Open neelbhat88 opened 9 years ago
@Jakeah, what graph library did you look at already for the gpa history graphs? Was it just d3?
Chart.js looks like its super easy to create good line graphs for showing trends: http://www.chartjs.org/docs/#line-chart-introduction
Just something I found while quickly looking at other graphing libraries
Or even this one - built on AngularJS and d3: http://n3-charts.github.io/line-chart/#/
Chart.js has a nicer UI though but this last one may be easier to implement since it has the directives built already.
I was using C3 (built on d3), looking up a few others.
On Tuesday, February 24, 2015, neelbhat88 notifications@github.com wrote:
@Jakeah https://github.com/Jakeah, what graph library did you look at already for the gpa history graphs? Was it just d3?
— Reply to this email directly or view it on GitHub https://github.com/neelbhat88/imuadev/issues/760#issuecomment-75809237.
Alright cool, so while you're doing the tagging Mark wants to get some form of graphing going for students or groups (thats where your tagging will come into play) across multiple time units. So I'm going to start tackling that and wanted to see what graphing lib you were looking at.
I'll take a look at C3. I really like chart.js so far - looks simple to use, pretty configurable, gives us that under the graph coloring from Kyle's design and looks really nice from a UI standpoint. But I'll check out C3 also and see which one will be easier to implement
Start looking into getting this figured out and on a page somewhere.