Kyvis-Labs / ignition-apexcharts-module

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

Binding options parameter prevents certain functionality to stop working #1

Closed kylechase closed 2 years ago

kylechase commented 3 years ago

When binding the whole object property, certain functionality, like options.xaxis.type do not function properly. Removing the binding allows the chart to work properly.

Enclosed is an example. broken chart with binding.zip

traviscox commented 3 years ago

I think we have this problem solved in 1.0.2. Can you try upgrading?

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

kylechase commented 3 years ago

In 1.0.2, binding the whole options object works fine. However, if I were to bind to just options.xaxis.type, that results in value not having any effect.

traviscox commented 2 years ago

This issue is now resolved with 1.0.4.