Skip to content

chanphillip/ChartNew.js

This branch is 202 commits behind FVANCOP/ChartNew.js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Francois Vancoppenolle
May 31, 2016
6bf2fe0 · May 31, 2016
May 18, 2016
May 31, 2016
Feb 24, 2016
Oct 26, 2015
Dec 20, 2014
May 22, 2016
Jan 13, 2014
Mar 2, 2015
Dec 1, 2015
Jun 9, 2014
Jul 30, 2014
Dec 1, 2015
Mar 1, 2016
Sep 1, 2015
May 28, 2015
Dec 1, 2015

Repository files navigation

ChartNew.js

Simple HTML5 Charts using the canvas element

For my personal 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.

Chart.js has been completely rewritten since ChartNew.js has been developed; Both code are now completely different. Most of the functionalities inserted in the new version of Chart.js are also available in ChartNew.js

June 2014 - Ole Kröger is now a co-developer of the project. More ideas, more people to give support. Welcome to him.

New Charts integrated in this version compared to Chart.js

New Items in graph compared to Chart.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 useful for some of you ! Perhaps a start for a new community development... Why not ?

Documentation

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

Graph Generator

Using ChartNew.js, Omar Sedki has developed a graph generator. Though a user friendly interface, you can produce a graph and save it.

http://charts.livegap.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 1.8%
  • CSS 0.4%