I am using a Angularjs nvd3-line-chart and I would like to make the trend lines bold there are 2 trend lines on each graph and there are multiple small graphs displayed on one page so the standard line is hard to see. I'm not sure if Angularjs-nvd3-directives supports this?
0
votes
1 Answers
0
votes
<b>
tag makes bold style to fonts maybe you can use a combination with <b>
and <span>
making use of default angular directives. If you need something more complex you can also implement your own angularJS directives to achieve what you want. Take a look here http://henriquat.re/directives/introduction-to-directives/introductionToDirectives.html