How can i hide dots in c3js when a point is plotted ? For example in this demo
http://c3js.org/samples/simple_multiple.html
See below example.
var chart = c3.generate({
data: {
columns: [
['data1', 30, 200, 100, 400, 150, 250],
['data2', 50, 20, 10, 40, 15, 25]
]
},
point: {
show: false
}
});
Taken from http://c3js.org/samples/point_show.html.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With