Simple HTML5 Charts using the canvas element
For my personnal use, I had to integrate lot of changes into Chart.js (https://github.com/nnnick/Chart.js).
So, I have re-worked Chart.js. Most of the changes, are associated to requests in "GitHub" issues of Chart.js.
June 2014 - Ole Kröger is now a co-developper of the project. More ideas, more people to give support. Welcome to him.
New Charts integrated in this version compared to Graph.js
- HorizontalBar
- HorizontalStackedBar
- Line,Bar with logarithmic y-Axis
- BarLine (bar chart with an integrated line chart)
New Items in graph compared to Graph.js :
- Title
- Subtitle
- X Axis Label
- Y Axis Label
- Unit Label
- Y Axis on the right and/or the left
- Annotates (content can be configured through "templates")
- canvas Border
- Legend
- Footnote
- crossText (you can put a text over the graph at the place of your choice)
- graphMin / graphMax
- colorFunctions
- mathFunctions
- etc
A quick sample can be found on http://fvancop.github.io/ChartNew.js/
This version is down-compatible (on PC) with the version of Chart.js available on 13 January 2014.
Hope it will be usefull for some of you ! Perhaps a start for a new community developpement... Why not ?
Full documentation is now available via the "wiki" entry that you will find on the right side of the screen. Do not hesitate to propose changes in the documentation when there are languages faults or things that are not clear.
Link to the wiki documentation
Using ChartNew.js, Omar Sedki has developped a graph generator. Though a user friendly interface, you can produce a graph and save it.