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
With one of the latest releases a problem with pie chart labels has been introduced. When using HIDataLabels for a pie chart in combination with the format property, all connector lines disappear:
If I comment out the format property, the chart does not draw at all. If I remove the HIDataLabels everything is fine and connector lines show up. See second screenshot below.
I need a solution for the most recent release that fixes the problem where the usage of HIDataLabels in combination with the format property removes all connector lines. Please note that the iOS sample at https://www.highcharts.com/demo/ios/pie-gradient also no longer works.
The text was updated successfully, but these errors were encountered:
With one of the latest releases a problem with pie chart labels has been introduced. When using
HIDataLabels
for a pie chart in combination with theformat
property, all connector lines disappear:If I comment out the
format
property, the chart does not draw at all. If I remove theHIDataLabels
everything is fine and connector lines show up. See second screenshot below.Code:
No
HIDataLabels
:I need a solution for the most recent release that fixes the problem where the usage of
HIDataLabels
in combination with theformat
property removes all connector lines. Please note that the iOS sample at https://www.highcharts.com/demo/ios/pie-gradient also no longer works.The text was updated successfully, but these errors were encountered: