c3js / c3

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

Axes are sometimes too thick #1149

Open markdboyd opened 9 years ago

markdboyd commented 9 years ago

I've noticed that sometimes the axes can be too thick, especially when using multiple y-axes. See this screenshot and compare the left and right y-axes.

http://gyazo.com/975b5e21a2b099231eb2298ab159c633

I was able to fix this by adding some custom CSS for the SVG elements. Check out my gist:

https://gist.github.com/markdboyd/616b41c13a1b71c8f74a

markdboyd commented 9 years ago

I needed to make my CSS rule a bit more specific. Gist updated.