Developers describe C3.js as "A D3-based reusable chart library". c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications. On the other hand, Chart.xkcd is detailed as "xkcd styled chart library". It is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts. It’s easy to get started with it. All that’s required is the script included in your page along with a single
C3.js and Chart.xkcd belong to "Charting Libraries" category of the tech stack.
Some of the features offered by C3.js are:
Comfortable - C3 makes it easy to generate D3-based charts by wrapping the code required to construct the entire chart. We don't need to write D3 code any more.
Customizable - C3 gives some classes to each element when generating, so you can define a custom style by the class and it's possible to extend the structure directly by D3.
Controllable - C3 provides a variety of APIs and callbacks to access the state of the chart. By using them, you can update the chart even if after it's rendered.
On the other hand, Chart.xkcd provides the following key features:
Easy to Use
Line Chart
Bar Chart
C3.js and Chart.xkcd are both open source tools. C3.js with 8.47K GitHub stars and 1.41K forks on GitHub appears to be more popular than Chart.xkcd with 2.99K GitHub stars and 50 GitHub forks.
Share your Stack
Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
I'm developing angular 8 application, I need to create a dynamic, custom charts based on the data,
Charts options will be configured with a user input form. at any time users can edit and modify the chart options. even I dont know how many charts I have to create everything is dynamic. ( based on the user configuration chart counts will vary ). I need some suggestions on which chart will give these kinds of flexible options.
c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
It is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts. It’s easy to get started with it. All that’s required is the script included in your page along with a single <svg> node to render the chart.
Comfortable - C3 makes it easy to generate D3-based charts by wrapping the code required to construct the entire chart. We don't need to write D3 code any more.;Customizable - C3 gives some classes to each element when generating, so you can define a custom style by the class and it's possible to extend the structure directly by D3.;Controllable - C3 provides a variety of APIs and callbacks to access the state of the chart. By using them, you can update the chart even if after it's rendered.
Easy to Use;Line Chart;Bar Chart;Pie/Doughnut Chart