https://github.com/jfree/jsfreechart
An interactive chart library written in JavaScript.
https://github.com/jfree/jsfreechart
Last synced: 9 months ago
JSON representation
An interactive chart library written in JavaScript.
- Host: GitHub
- URL: https://github.com/jfree/jsfreechart
- Owner: jfree
- License: gpl-3.0
- Created: 2014-07-28T12:32:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T17:20:26.000Z (about 11 years ago)
- Last Synced: 2024-05-10T22:05:22.406Z (over 1 year ago)
- Language: JavaScript
- Size: 715 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSFreeChart
===========
Overview
--------
**JSFreeChart** is a free chart library written in JavaScript. It has been written by David Gilbert, the author of JFreeChart, as part of a collaboration between Object Refinery Limited and KNIME.com AG. JSFreeChart has a lot of similarities to JFreeChart, so if you have already used JFreeChart you will feel right at home with JSFreeChart.
**JSFreeChart** has the following features:
* multiple chart types supported out-of-the-box: bar charts (regular and stacked), scatter plots, line charts and histograms;
* clean separation between data sources and the presentation layer with dataset interfaces (with standard implementations provided);
* interactivity with built-in panning, zooming and selection;
* a flexible architecture;
* complete source code freely available;
**JSFreeChart** is free software under the terms of the GNU General Public License version 3.
Contributions
-------------
External contributions are welcome, but contributors will be required to sign a contributor agreement that includes an assignment of copyright.
More Information
----------------
To find out more about **JSFreeChart**, please visit our website:
http://www.jfree.org/jsfreechart/