PHPackages                             intelogie/c3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. intelogie/c3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

intelogie/c3
============

c3 graph library

0138JavaScript

Since Oct 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/INTELOGIE/c3)[ Packagist](https://packagist.org/packages/intelogie/c3)[ RSS](/packages/intelogie-c3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

c3 [![Build Status](https://camo.githubusercontent.com/b74f770a34c54b2e8ea608c732a917b953dd8327602f89f1ce88a02d30687663/68747470733a2f2f7472617669732d63692e6f72672f6d61736179756b69303831322f63332e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/masayuki0812/c3) [![Dependency Status](https://camo.githubusercontent.com/af9637ab8decb05f0b028fe42ad11cb3dcfe9d235004ffed428b977e4960222e/68747470733a2f2f64617669642d646d2e6f72672f6d61736179756b69303831322f63332e737667)](https://david-dm.org/masayuki0812/c3) [![devDependency Status](https://camo.githubusercontent.com/bb6a661bd95807e4a839ff66683a60252e5a1e47324c95f2777a82a89e7726d9/68747470733a2f2f64617669642d646d2e6f72672f6d61736179756b69303831322f63332f6465762d7374617475732e737667)](https://david-dm.org/masayuki0812/c3#info=devDependencies) [![license](https://camo.githubusercontent.com/ae6143df09c2127bb64b761c871edc4a530c94162921b84b2bc7cf168c8ce661/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/masayuki0812/c3/blob/master/LICENSE)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#c3----)

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](http://c3js.org/)

Tutorial and Examples
---------------------

[](#tutorial-and-examples)

- [Getting Started](http://c3js.org/gettingstarted.html)
- [Examples](http://c3js.org/examples.html)

Additional samples can be found in this repository:

-

You can run these samples as:

```
$ cd c3/htdocs
$ python -m SimpleHTTPServer 8080

```

Google Group
------------

[](#google-group)

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

Gitter
------

[](#gitter)

[![Join the chat at https://gitter.im/masayuki0812/c3](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/masayuki0812/c3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Using the issue queue
---------------------

[](#using-the-issue-queue)

The [issue queue](https://github.com/masayuki0812/c3/issues) 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](https://groups.google.com/forum/#!forum/c3js) at .** 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](https://github.com/masayuki0812/c3/issues) to ensure you're not posting a duplicate.
2. [Search the Google Group](https://groups.google.com/forum/#!forum/c3js) 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)

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!

Playground
----------

[](#playground)

Please fork this fiddle:

-

Dependency
----------

[](#dependency)

- [D3.js](https://github.com/mbostock/d3) `
