c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

How to change the c3 bar chart x axis label color? #2847

Open tinlinnnsoe-codigo opened 2 years ago

tinlinnnsoe-codigo commented 2 years ago

How can I change the c3 bar chart x axis label color? I tried with below css, but not working.

.c3-axis-y-label { color : blueviolet; }

image