Kyvis-Labs / ignition-apexcharts-module

The module provides Perspective ApexCharts components
Apache License 2.0
59 stars 12 forks source link

BoxPlot Chart Animations #59

Open Eroberts479 opened 4 months ago

Eroberts479 commented 4 months ago

Currently utilizing the Apex Charts Module version 1.0.18 in Ignition 8.1.37, when setting up a boxPlot type chart if the chart animation property is not set to "false", to get data to appear currently, you must render the chart, see all the data there, then it instantly disappears. The only way I have found to get it to show up when using animations is to use the chart toolbar to zoom in or out on the chart and that will make the data appear. In the mean time I will just turn animations off :D

Thanks!

Excuse me if this isn't the correct spot for this, first time actually using Github to open an issue.

traviscox commented 3 months ago

Can you post an example of what your properties look like?

Eroberts479 commented 3 months ago

Screenshot 2024-08-05 131857

So this is pretty bare as far as properties go, but it demonstrates the problem. If you don't have the animations property set at all in your properties or the property is enabled it will cause the issue. Let me know if you need me to try anything else!

traviscox commented 3 months ago

I found a problem with Apex Charts and have submitted a bug ticket. However, I was able to provide a workaround. Can you try out this release?

https://github.com/Kyvis-Labs/ignition-apexcharts-module/releases/tag/1.0.19

Eroberts479 commented 3 months ago

That works! Thanks!