Skip to content
📊 A D3-based reusable chart library
JavaScript HTML Other
Branch: master
Clone or download

Latest commit

timgates42 docs: Fix simple typo, upated -> updated (#2781)
There is a small typo in c3.esm.js, c3.js, docs/js/c3.esm.js, docs/js/c3.js, src/legend.js.

Should read `updated` rather than `upated`.
Latest commit 59ca163 Apr 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci chore: switch to yarn (#2764) Feb 28, 2020
.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 docs: Fix simple typo, upated -> updated (#2781) Apr 12, 2020
extensions refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
htdocs 2289 - Add example of arc chart with fullCircle: true (#2714) Oct 15, 2019
spec refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
src docs: Fix simple typo, upated -> updated (#2781) Apr 12, 2020
.bmp.yml chore(version): bump to v0.7.15 Feb 27, 2020
.editorconfig Add support for Stanford Diagrams (#2595) Apr 8, 2019
.gitignore chore: switch to yarn (#2764) Feb 28, 2020
.jshintrc refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
.prettierrc.json refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
.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 nokogiri from 1.10.3 to 1.10.8 (#2760) Feb 25, 2020
LICENSE Add LICENSE Jul 18, 2013
MAINTAINANCE.md docs: add document for maintainance Feb 15, 2018
README.md Goodbye Greenkeeper 👋 (#2771) Mar 7, 2020
bower.json refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
c3.css chore(version): bump to v0.7.9 Sep 23, 2019
c3.esm.js docs: Fix simple typo, upated -> updated (#2781) Apr 12, 2020
c3.js docs: Fix simple typo, upated -> updated (#2781) Apr 12, 2020
c3.min.css chore(version): bump to v0.7.9 Sep 23, 2019
c3.min.js chore(version): bump to v0.7.15 Feb 27, 2020
codecov.yml chore: do not send status from codecov (#2429) Jul 24, 2018
component.json refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
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.json Goodbye Greenkeeper 👋 (#2771) Mar 7, 2020
rollup.config.js refactor: use prettier, switch to 2 indent (#2766) Mar 3, 2020
yarn.lock chore(deps): bump acorn from 7.1.0 to 7.1.1 (#2772) Mar 15, 2020

README.md

c3

CircleCI license codecov.io

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.