uber / react-vis

Data Visualization Components
https://uber.github.io/react-vis
MIT License
8.74k stars 835 forks source link

Stroke color in CSS #1437

Open nanandn opened 3 years ago

nanandn commented 3 years ago

Is there a way to provide the stroke color in CSS. I tried overriding .rv-xy-plot__series--line, but it still uses the default color. Basically, I want to be able provide default colors (themes) for my app instead of passing style properties for every component. Is there a way to "theme" react-vis?

Thanks Anand