javascript - how to style style line chart points in c3js -
i have general c3js question. i'm trying make points in c3js line chart "hollow" (white fill, colored stroke), having hard time figuring out how that. i've tried add own css, gets overwritten direct style
tag in html.
does have suggestions?
thanks!
or can use .c3-circle class follow :
.c3-circle { stroke-width: 2px; stroke: #fff; }
Comments
Post a Comment