Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Side by Side Diff: bower_components/chartnewjs/README.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW
« no previous file with comments | « bower_components/chartnewjs/LICENSE ('k') | bower_components/chartnewjs/Samples/UpdateChart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698