c3.js Questions
2
Solved
I have a scatter plot charge where i want to change the size of the dots to make them look like bubble. Can someone show me how to change size of the bubble?
Here is my code:
var chart = c3.gener...
Sect asked 8/6, 2015 at 14:27
1
Solved
Is it possible to hide certain lines, bars and other graphic elements from a c3js chart, without unloading or hiding data?
I wish to keep that data in the tooltip but hide some graphic elements. H...
Grus asked 30/12, 2014 at 6:3
1
Solved
I have this chart, with an x axis that loads close to a thousand timeseries points.
These points are unattractive.
I could hide the x axis, but I want the dates to appear underneath, minus the ...
Translunar asked 23/12, 2014 at 2:8
1
Solved
DEMO HERE
In the demo I am attempting to unload all current datasets and load new ones like this:
Using C3.js
chart.unload();
chart.load({
columns: [
['data1', 130, 120, 150, 140, 160],
['da...
Haygood asked 16/12, 2014 at 12:20
1
If I have a C3JS grouped bar chart defined like the following, how can I get the segments to stay in the order I've defined them instead of in ascending order by value? By default C3 will order the...
Mulatto asked 9/11, 2014 at 14:44
1
Solved
I'm trying to create a chart with percentages in c3.js, but the y axis range seems to be broken. No matter what I do, the min/max values seem to to add 15 to what I enter.
The code included below ...
Imperial asked 15/9, 2014 at 22:25
1
Solved
I'm using c3.js for graphing and everything is working as expected.
However, I'd like to access the API from other scripts, that is call resize etc...
if I use:
var chart = c3.generate({ ... });...
Torrent asked 10/9, 2014 at 12:33
1
Solved
How can i hide dots in c3js when a point is plotted ? For example in this demo
http://c3js.org/samples/simple_multiple.html
2
Solved
I am using the new c3js library. Is there any way to change a label for a piece of data in the chart? I have a bar chart where each bar is a dollar value. I want the labels for each bar to be $100 ...
1
Solved
I am newbie to d3.js, as well as to c3.js. I want dynamic timestamp in c3.js as shown in this d3.js example. It should change time format according to the range of time.
I am following c3js.org's ...
Singsong asked 25/4, 2014 at 11:36
© 2022 - 2024 — McMap. All rights reserved.