| OLD | NEW |
| (Empty) |
| 1 ChartNew.js | |
| 2 =========== | |
| 3 | |
| 4 | |
| 5 Simple HTML5 Charts using the canvas element | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 For my personnal use, I had to integrate lot of changes into Chart.js (https://g
ithub.com/nnnick/Chart.js). | |
| 11 | |
| 12 So, I have re-worked Chart.js. Most of the changes, are associated to requests i
n "GitHub" issues of Chart.js. | |
| 13 | |
| 14 June 2014 - [Ole Kröger](http://github.com/Wikunia) is now a co-developper of th
e project. More ideas, more people to give support. Welcome to him. | |
| 15 | |
| 16 | |
| 17 | |
| 18 New Charts integrated in this version compared to Graph.js | |
| 19 | |
| 20 * HorizontalBar | |
| 21 * HorizontalStackedBar | |
| 22 * [Line,Bar with logarithmic y-Axis](../../wiki/100_110_Scale) | |
| 23 * [BarLine (bar chart with an integrated line chart)](../../wiki/070_020_Bar#bar
line) | |
| 24 | |
| 25 | |
| 26 New Items in graph compared to Graph.js : | |
| 27 | |
| 28 * Title | |
| 29 * Subtitle | |
| 30 * X Axis Label | |
| 31 * Y Axis Label | |
| 32 * Unit Label | |
| 33 * Y Axis on the right and/or the left | |
| 34 * [Annotates](../../wiki/100_020_Annotations) (content can be configured through
"templates") | |
| 35 * canvas Border | |
| 36 * [Legend](../../wiki/100_090_Legend) | |
| 37 * Footnote | |
| 38 * [crossText](../../wiki/100_040_CrossText) (you can put a text over the graph a
t the place of your choice) | |
| 39 * graphMin / graphMax | |
| 40 * [colorFunctions](../../wiki/130_color_functions) | |
| 41 * [mathFunctions](../../wiki/170_Math_functions) | |
| 42 * [etc](https://github.com/FVANCOP/ChartNew.js/wiki) | |
| 43 | |
| 44 | |
| 45 A quick sample can be found on http://fvancop.github.io/ChartNew.js/ | |
| 46 | |
| 47 | |
| 48 This version is down-compatible (on PC) with the version of Chart.js available o
n 13 January 2014. | |
| 49 | |
| 50 Hope it will be usefull for some of you ! Perhaps a start for a new community de
veloppement... Why not ? | |
| 51 | |
| 52 # Documentation | |
| 53 | |
| 54 Full documentation is now available via the "wiki" entry that you will find on t
he right side of the screen. Do not hesitate to propose changes in the documenta
tion when there are languages faults or things that are not clear. | |
| 55 | |
| 56 | |
| 57 [Link to the wiki documentation](https://github.com/FVANCOP/ChartNew.js/wiki) | |
| 58 | |
| 59 | |
| 60 # Graph Generator | |
| 61 | |
| 62 Using ChartNew.js, Omar Sedki has developped a graph generator. Though a user fr
iendly interface, you can produce a graph and save it. | |
| 63 | |
| 64 | |
| 65 [http://charts.livegap.com/](http://charts.livegap.com/) | |
| 66 | |
| OLD | NEW |