Skip to content
📊 A D3-based reusable chart library
JavaScript HTML Other
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Run the tests on Node.js version 10 (#2601) Apr 9, 2019
.github Add a PR template. (#2344) Apr 17, 2018
data docs: document tooltip.horizontal (#2622) Jun 1, 2019
design design: add favicon (#2590) Mar 23, 2019
docs Opt-out from subchart DOM if not enabled (#2674) Dec 19, 2019
extensions chore(c3ext.js): remove leading whitespace Jul 23, 2018
htdocs 2289 - Add example of arc chart with fullCircle: true (#2714) Oct 15, 2019
spec Opt-out from subchart DOM if not enabled (#2674) Dec 19, 2019
src Opt-out from subchart DOM if not enabled (#2674) Dec 19, 2019
.bmp.yml chore(version): bump to v0.7.11 Oct 4, 2019
.editorconfig Add support for Stanford Diagrams (#2595) Apr 8, 2019
.gitignore add bundle resources to .gitignore (#2675) Aug 10, 2019
.jshintrc Restore the timing to store the d3 reference (#2066) Jun 5, 2017
.travis.yml chore(travis): switch to ruby env Jul 24, 2018
CONTRIBUTING.md docs(CONTRIBUTING): add note (#2368) May 17, 2018
Gemfile docs: migrate c3js.org to c3 repo (#2332) Mar 31, 2018
Gemfile.lock chore(deps): bump rack from 1.6.11 to 1.6.12 (#2737) Dec 19, 2019
LICENSE Add LICENSE Jul 18, 2013
MAINTAINANCE.md docs: add document for maintainance Feb 15, 2018
README.md Add link to API reference (#2659) Jul 30, 2019
bower.json Fix for d3.v5 (#2335) May 14, 2018
c3.css chore(version): bump to v0.7.9 Sep 23, 2019
c3.js chore(version): bump to v0.7.11 Oct 4, 2019
c3.min.css chore(version): bump to v0.7.9 Sep 23, 2019
c3.min.js chore(version): bump to v0.7.11 Oct 4, 2019
codecov.yml chore: do not send status from codecov (#2429) Jul 24, 2018
component.json chore(version): bump to v0.7.11 Oct 4, 2019
config.rb docs: migrate c3js.org to c3 repo (#2332) Mar 31, 2018
karma.conf.js chore: update to babel 7 Sep 8, 2018
package-lock.json chore(deps): bump handlebars from 4.1.2 to 4.5.3 (#2739) Dec 27, 2019
package.json Update babel-plugin-istanbul to the latest version 🚀 (#2738) Dec 23, 2019
rollup.config.js chore: update to babel 7 Sep 8, 2018

README.md

c3

CircleCI license codecov.io Greenkeeper badge jsDelivr Hits

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

Documentation

Additional samples can be found in this repository:

You can run these samples as:

$ npm run serve-static

Google Group

For general C3.js-related discussion, please visit our Google Group at https://groups.google.com/forum/#!forum/c3js.

Gitter

Join the chat at https://gitter.im/c3js/c3

Using the issue queue

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:

  1. Search for existing issues to ensure you're not posting a duplicate.

  2. Search the Google Group to ensure it hasn't been addressed there already.

  3. 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!

  4. 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

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.

Playground

Please fork this fiddle:

Dependency

License

MIT

You can’t perform that action at this time.