webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Line Chart #87

Closed ibuilder closed 9 years ago

ibuilder commented 9 years ago

Any examples using an line chart instead of a bar or pie chart?

This is awesome btw.

webMac commented 9 years ago

kindly have a look at the Open Flash Chart site: http://teethgrinder.co.uk/open-flash-chart-2/ maybe you can use it as described there or contribute new stuff to the repository here..

webismymind commented 9 years ago

Note that in the latest sources (master branch), we've added support for Highcharts, which is way better than OFC in my opinion. Highcharts requires no Flash and has at least as much features as OFC, and it is a very active project. Adding support for line charts would be easy.