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?
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