• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Add-ins/H03-May-2022-

Samples/H03-May-2022-

LICENSEH A D03-Dec-20141 KiB2116

README.mdH A D03-Dec-20142.1 KiB6736

component.jsonH A D03-Dec-2014272 1211

composer.jsonH A D03-Dec-2014726 2625

improvements_change_historyH A D03-Dec-201412.9 KiB181169

README.md

1ChartNew.js
2===========
3
4
5Simple HTML5 Charts using the canvas element
6
7
8
9
10For my personal use, I had to integrate lot of changes into Chart.js (https://github.com/nnnick/Chart.js).
11
12So, I have re-worked Chart.js. Most of the changes are associated to requests in "GitHub" issues of Chart.js.
13
14June 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
16
17
18New Charts integrated in this version compared to Chart.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#barline)
24
25
26New Items in graph compared to Chart.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 at 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
45A quick sample can be found on http://fvancop.github.io/ChartNew.js/
46
47
48This version is down-compatible (on PC) with the version of Chart.js available on 13 January 2014.
49
50Hope it will be useful for some of you ! Perhaps a start for a new community development... Why not ?
51
52# Documentation
53
54Full 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.
55
56
57[Link to the wiki documentation](https://github.com/FVANCOP/ChartNew.js/wiki)
58
59
60# Graph Generator
61
62Using ChartNew.js, Omar Sedki has developed a graph generator. Though a user friendly interface, you can produce a graph and save it.
63
64
65[http://charts.livegap.com/](http://charts.livegap.com/)
66
67