microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
17.87k stars 2.66k forks source link

Implement color fallback to DataVizPalette #31364

Open krkshitij opened 2 weeks ago

krkshitij commented 2 weeks ago

Following issues have been identified/reported:

  1. Most charts still use color fallbacks to a small set of colors from the default palette, rather than the newly introduced DataVizPalette.
  2. The current implementation lacks a mapping between the legends and the fallback colors used. Consequently, during each state update, data points associated with the same legend may be assigned different colors randomly.

    image