-
Angelo SpazianiJune 24, 2016 at 11:09 am #6241
Can anyone point me to the CSS or JS line that sets the font color for the radial progress charts?
vizulyJune 24, 2016 at 12:36 pm #6242Hello Angelo,
That is defined in the theme’s skin. You can find it in src/theme/radialprogress.js
Here are the relevant lines:
selection.selectAll(".vz-radial_progress-label") .style("fill",skin.label_color) .style("stroke-opacity",0) .style("font-size",viz.radius() *.25);
You might find our article “Themes and Skins” helpful if you want to learn more about changing the appearance of the radial progress component.
– Tom
-
|
Viewing 1 reply thread
You must be logged in to reply to this topic.