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