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
Is your feature request related to a problem? Please describe.
There are methods like ApexCharts.setTitle, for example. However, the changes made using these methods are not applied to the cart.
It seems the config is never updated after creating the chart.
Describe the solution you'd like
I wish to propose a updateConfig method like this:
Is your feature request related to a problem? Please describe.
There are methods like ApexCharts.setTitle, for example. However, the changes made using these methods are not applied to the cart.
It seems the config is never updated after creating the chart.
Describe the solution you'd like
I wish to propose a
updateConfig
method like this:Describe alternatives you've considered
Adding the following to the end of the
updateConfig
typescript function inapexcharts-wrapper.ts
doesn't work:Calling
chart.render()
also doesn't work.Additional context
You can test/reproduce this using the following class:
https://gist.github.com/Bethibande/4b8e82640bda7548ebbc2cd5a123fb26
After looking at other issues, which I should've done from the start. I discovered that this is pretty much what was already proposed for #147
The text was updated successfully, but these errors were encountered: