Skip to content

Commit 7ae3520

Browse files
xristianstefanovTsvetomir-Hr
authored and
xristianstefanov
committed
Update knowledge-base/chart-legend-colors-not-matching-stacked-bar-chart.md
Co-authored-by: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
1 parent eba25ca commit 7ae3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/chart-legend-colors-not-matching-stacked-bar-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When creating a Chart with Stacked Series, the colors of the data points render
2828

2929
This behavior is by design. Using the `ColorField` parameter to assign a unique color to each data point within a single series is supported in **non-stacked** Charts, but not in stacked Charts.
3030

31-
Stacked Charts are designed to visualize the cumulative value of multiple series stacked atop one another. Applying individual colors to each data point in this context would compromise the visual clarity of the stack relationships and make it difficult for the legend to accurately reflect the data.
31+
Stacked Charts are designed to display the combined values of multiple series stacked together. Assigning unique colors to individual data points in this scenario can reduce the visual clarity of the stack relationships and prevent the legend from accurately representing the data.
3232

3333
## Solution
3434

0 commit comments

Comments
 (0)