Top "C3.js" questions

c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.

How to change tooltip content in c3js

I'm working on a timeline display and I have data that I want to show on the tooltip. currently it …

javascript d3.js c3.js
c3js: Is there a way to change font size?

Can I enlarge the font of c3js charts, such as in axis labels, data labels or categories? I'm interested …

c3.js
C3.js - How to specify the timestamp format when plotting timeseries taken from InfluxDB

influxDB timestamps look like this: 2015-01-29T21:55:43.702900257Z The question is what options should I use for the x-axis …

timestamp format time-series c3.js influxdb
Is there any way to change a label with c3js?

I am using the new c3js library. Is there any way to change a label for a piece of …

d3.js c3.js
How can I add a title to c3.js chart

Can any one suggest me the way of adding title to the C3.js line and bar charts ? I have …

charts title c3.js
C3JS - Cannot read property 'category10' of undefined

I tried this c3.js code from jsfiddle (https://jsfiddle.net/varunoberoi/mcd6ucge) but it doesn't seem to work …

javascript d3.js graph charts c3.js
c3js › Timeseries x values not evenly spaced

I am having an issue with the labels assigned to the values of my graph. The graph is a timeseries. …

c3.js
How add C3 charts to angular 2+ project

I searched a lot about Angular2 chart packages but there was no name of C3.js till I found an …

angular charts c3.js
Formatting JSON for C3.js

I have a specific JSON output that I need to convert into x and y-axis for a C3.js line …

javascript json d3.js c3.js
How to change color of text in c3.js charts?

I am using c3.js to create line and bar charts.I want to change the color of x axis …

css charts c3.js