[charts] Replace d3-color
by CSS filter
#13938
Labels
breaking change
component: charts
This is the name of the generic UI component, not the React module!
v8.x
Charts rely on the d3-color to derive brighter colors from the initial series's color provided by the user.
Customizing it requires propagating more parameters such as proposed in #13907.
The proposed solution is to use CSS attribute
filter
to let user override the default color modification only by using CSS classes overrideRelevant values:
filter: brightness(xx%)
filter: saturate(xx%)
Search keywords:
The text was updated successfully, but these errors were encountered: