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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -