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

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -