Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chart.js | 60,809 | 20,069 | 2,444 | 5 hours ago | 83 | August 03, 2022 | 265 | mit | JavaScript | |
Simple HTML5 Charts using the <canvas> tag | ||||||||||
Mpandroidchart | 36,478 | 18 days ago | 2 | December 01, 2020 | 2,124 | other | Java | |||
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations. | ||||||||||
React Flow | 15,974 | 70 | 7 hours ago | 259 | September 14, 2022 | 85 | mit | TypeScript | ||
Highly customizable library for building an interactive node-based UI, workflow editor, flow chart or static diagram | ||||||||||
Charts | 14,713 | 72 | 21 | 12 days ago | 53 | July 18, 2022 | 139 | mit | JavaScript | |
Simple, responsive, modern SVG Charts with zero dependencies | ||||||||||
Apexcharts.js | 12,574 | 377 | 260 | 7 days ago | 188 | August 22, 2022 | 278 | mit | JavaScript | |
📊 Interactive JavaScript Charts built on SVG | ||||||||||
C3 | 9,265 | 1,134 | 175 | 2 months ago | 67 | August 08, 2020 | 780 | mit | JavaScript | |
:bar_chart: A D3-based reusable chart library | ||||||||||
Uplot | 7,849 | 23 | 18 days ago | 53 | July 08, 2022 | 81 | mit | JavaScript | ||
📈 A small, fast chart for time series, lines, areas, ohlc & bars | ||||||||||
Chart.xkcd | 7,315 | 5 | 5 | 5 months ago | 22 | January 04, 2020 | 36 | mit | JavaScript | |
xkcd styled chart lib | ||||||||||
Morris.js | 6,970 | 1,178 | 29 | 2 years ago | 1 | March 05, 2015 | 325 | CoffeeScript | ||
Pretty time-series line graphs | ||||||||||
Gojs | 6,875 | 110 | 83 | a month ago | 243 | September 12, 2022 | other | HTML | ||
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages. |
c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
Follow the link for more information: http://c3js.org
Additional samples can be found in this repository:
You can run these samples as:
$ npm run serve-static
For general C3.js-related discussion, please visit our Google Group at https://groups.google.com/forum/#!forum/c3js.
The issue queue is to be used for reporting defects and problems with C3.js, in addition to feature requests and ideas. It is not a catch-all support forum. For general support enquiries, please use the Google Group at https://groups.google.com/forum/#!forum/c3js. All questions involving the interplay between C3.js and any other library (such as AngularJS) should be posted there first!
Before reporting an issue, please do the following:
Search for existing issues to ensure you're not posting a duplicate.
Search the Google Group to ensure it hasn't been addressed there already.
Create a JSFiddle or Plunkr highlighting the issue. Please don't include any unnecessary dependencies so we can isolate that the issue is in fact with C3. Please be advised that custom CSS can modify C3.js output!
When posting the issue, please use a descriptive title and include the version of C3 (or, if cloning from Git, the commit hash C3 is under active development and the master branch contains the latest dev commits!), along with any platform/browser/OS information that may be relevant.
Pull requests are welcome, though please post an issue first to see whether such a change is desirable. If you choose to submit a pull request, please do not bump the version number unless asked to, and please include test cases for any new features. Squash all your commits as well, please.
Please fork this fiddle:
^5.0.0
MIT