[charts] Move series color generation into seriesConfig
#16720
Labels
component: charts
This is the name of the generic UI component, not the React module!
Currently we define the series/data colors in a single function.
This means config necessary for the pro packages will need to be added to the community package instead.
A solution is to have the color be filled in the
seriesConfig
for each chart type.Originally posted by @bernardobelchior in #14804 (comment)
The text was updated successfully, but these errors were encountered: