krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

How to bold x axis line in multibar charts? #625

Closed rameshvisolve closed 7 years ago

Darbiol commented 7 years ago

what x axis line are you referring to? these axis lines can be adjusted through css.

example :

.nvd3.nv-lineChart .nv-y .nv-axis .tick.zero line {
    stroke-opacity : 1;
}
rameshvisolve commented 7 years ago

Thank you for your answer Darbiol. It's working now.