Skip to content

fix: Explicitly set area chart colors

Adriel Santiago requested to merge adriel-fix-color-ambiguity into master

Eliminate color inconsistencies. Currently our area chart colors are cycling correctly through the default palette in the legend, but not in the chart and popover. This merge requests eliminates the inconsistencies and ensures each data series is properly represented by its corresponding color.

Before (EE integration) After (EE integration)
Screen_Shot_2019-04-26_at_9.50.17_AM Screen_Shot_2019-05-30_at_10.28.54_PM
Edited by Adriel Santiago

Merge request reports