thepoly / pipeline

The Polytechnic's content management system
https://poly.rpi.edu
MIT License
22 stars 6 forks source link

Simple graphing tool #100

Open pantp opened 4 years ago

pantp commented 4 years ago

This graphing tool would allow editors to create graphs by just giving the tool a dataset. There is most likely a plugin tool that can be used for this (maybe Splunk or Google graphs for developers?) Perhaps, these graphs can be interactive for readers.

VarunNair22 commented 4 years ago

create a working csv parser that takes a file and converts it to a python list : 100% add plotly functionality to this script to create a graph (line graph should be easiest to start) : 0% figure out how to add this functionality to Wagtail (probably using streamfield would be easiest?) : 10% add tools to format the graph (where in the page, changing x and y axis, changing visuals of the graph) : 0%