Piotr
Piotr

Reputation: 197

Labels are not displayed on the chart

Yesterday was to update the library highcharts. After the update I have a problem with labels on the chart. Only one label (first serie in data) appeared on the chart. For all that labels are not displayed are added html property: visilibty="hidden".

For example:

jsfiddle

Anyone know how to fix it?

Upvotes: 0

Views: 45

Answers (1)

LaVomit
LaVomit

Reputation: 492

Try to add the plotOptions.series.dataLabels.allowOverlap option.

I edited your fiddle

Upvotes: 2

Related Questions