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

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -