Bad color mapping with multiple split series #80760
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Vislib
Vislib chart implementation
regression
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v7.10.0
Kibana version:
master
(maybe other versions, not sure how far back it goes.)Describe the bug:
When using any vislib chart type (pie, area, bar, line, etc.) and specifying more than one split series aggregation. The color mapping uses a black value instead of the correct color mapping.
Steps to reproduce:
Expected behavior:
Should show correct colors.
Screenshots (if relevant):
Bar Chart
Pie Chart
Any additional context:
Vislib gets it's color mappings from the
createColorLookupFunction
in thecharts
plugin. Likely a change in this plugin is the cause and not in vislib, nut just a hunch.kibana/src/plugins/charts/public/services/colors/colors.ts
Lines 50 to 73 in 2b380b6
The text was updated successfully, but these errors were encountered: