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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -