Change label text color in row chart
d3.js, dc.js, svg
Solution
I your CSS, use `.dc-chart g.row text {fill: black;}`.
Problem
I am using dc.js row chart. Something exactly like the day of the week chart in the example of this page Can someone please suggest how can I change the label colors from white to black.