- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
In this scenario, the override color is not applied. Text color is still black
Ideally, i would like to override the style using style attribute, not class
### Any log messages given by the failure
>
### Expected/desired behavior
> Should be able to override style
### OS and Version?
> macOS (Mojave)
### Versions
>
### Mention any other details that might be useful
> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
new window.atlas.PieChartMarker({ position: [15,20], values: [1,2,3,4,5], colors: [color1, color2, color3, color4, color5], fillColor: theme.palette.background.default, text: 155, visible: true, anchor: 'center', strokeWidth: 1, strokeColor: 'white', textClassName: 'textColor' })