We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When plotOptions.series.dataLabels has a borderColor and a backgroundColor. TheborderWidth is the default, 0.
plotOptions.series.dataLabels
borderColor
backgroundColor
borderWidth
0
Does not show borders on data labels.
Shows borders on data labels.
MRE: https://jsfiddle.net/kluvin/2hdnsbvu/5/ With maps: https://jsfiddle.net/kluvin/m7c0nfzL/14/
10.3.2 -->
Chrome, Firefox
The text was updated successfully, but these errors were encountered:
Hi @kluvin thank you for reporting this issue!
Internal note: Bisected to: 53521c8 FYI @TorsteinHonsi
Sorry, something went wrong.
Thanks! I think the best solution is just to add the default dataLabel.borderWidth as code, not just a free floating doclet:
dataLabel.borderWidth
/** * The border width in pixels for the data label. * * @sample {highcharts} highcharts/plotoptions/series-datalabels-box/ * Data labels box options * * @type {number} * @default 0 * @since 2.2.1 * @apioption plotOptions.series.dataLabels.borderWidth */ borderWidth: 0,
Added default borderWidth for data labels, touch #18127.
e322cac
6a3d1f2
bm64
Successfully merging a pull request may close this issue.
When
plotOptions.series.dataLabels
has aborderColor
and abackgroundColor
. TheborderWidth
is the default,0
.Expected behaviour
Does not show borders on data labels.
Actual behaviour
Shows borders on data labels.
Live demo with steps to reproduce
MRE: https://jsfiddle.net/kluvin/2hdnsbvu/5/
With maps: https://jsfiddle.net/kluvin/m7c0nfzL/14/
Product version
10.3.2 -->
Affected browser(s)
Chrome, Firefox
The text was updated successfully, but these errors were encountered: