I have a general c3js question. I'm trying to make the points in a C3JS line chart "hollow" (white fill, with a colored stroke), but am having a hard time figuring out how to do that. I've tried to add my own CSS, but it gets overwritten by the direct style
tag in the html.
Does anyone have any suggestions?
Thanks!
or you can simply use the .c3-circle class as follow :
.c3-circle {
stroke-width: 2px;
stroke: #fff;
}
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