Closed kylechase closed 2 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
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.
This issue is now resolved with 1.0.4.
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