You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using chart.type: "rangeBar" with several hundred elements, and plotOptions.bar.rangeBarGroupRows:true, with the default theme.
I set dataLabels.style.colors to ['#ffffff'], which works for the first 50 elements. The data label on every bar beyond 50 appears in black.
I've tried setting plotOptions.bar.dataLabels.style.color and colors, as well as plotOptions.dataLabels.color and colors, but that doesn't fix the issue.
Has anybody else seen this behaviour please? Am I missing a magic incantation or is there some kind of hardcoded limit?
Mark
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
chart.type: "rangeBar"
with several hundred elements, andplotOptions.bar.rangeBarGroupRows:true
, with the default theme.I set
dataLabels.style.colors
to['#ffffff']
, which works for the first 50 elements. The data label on every bar beyond 50 appears in black.I've tried setting
plotOptions.bar.dataLabels.style.color
andcolors
, as well asplotOptions.dataLabels.color
andcolors
, but that doesn't fix the issue.Has anybody else seen this behaviour please? Am I missing a magic incantation or is there some kind of hardcoded limit?
Mark
Beta Was this translation helpful? Give feedback.
All reactions