Hi,
DataLabels Not Displaying in all cases in flippedCoordinates. Based on values only its showing. I have created a sample application with some dummy data.
- First Series is showing the labels properly
- If the first value in array changed then it will show the value.
- If all values are 0 then also its not showing the label.
Can you check the attached file for the sample code.
When the chart is not flipped then its works fine when i am checking.
- Mathew George asked 11 months ago
- last edited 11 months ago
-
Hi Matthew, good find, it looks like the data label skipping algorithm isn’t accounting for vertical charts. Have you tried turning data label skip mode off by setting skipMode to EDataLabelSkipMode.ShowAll? https://www.scichart.com/documentation/js/current/webframe.html#DataLabelCulling.html In the meantime we will investigate your code sample and make improvements if necessary.
- You must login to post comments
Hi
I’ve found and fixed the bug that was causing this. There are a few other issues in progress at the moment. Once those are resolved we will publish an update with this fix. Hopefully in the next day or so.
Regards
David
- David Burleigh answered 11 months ago
- You must login to post comments
Hi
This fix has been released in version 3.2.470. This also fixes that dataLabels would not show if there was only one dataPoint, and adds an isEnabled property on dataLabels for easily turning them on and off.
Regards
David
- David Burleigh answered 11 months ago
- You must login to post comments
Please login first to submit.