d3.js - how to change the color of text labels in a dc.js chart using css -
given fiddle how change color of text labels in graph. white (e.g. aziz).
i have tried here not work
text { fill: black; }
i got here
.dc-chart g.row text { fill: black; }
why need such complicated selector? best way achieve this?
Comments
Post a Comment