Morris Janatzek
Morris Janatzek
Hi. Yes that's a good point. I'm currently pretty busy but will update the library soon. Best regards Morris
Can you provide more details for reproduction of your problem?
Hi. Thank you for the reproduction. That's something I can work with. I'll take a look into it.
Thank you for reporting this. I'll take a look into it.
You could try to load apexcharts from typescript using this workaround: ``` import * as apexcharts from 'apexcharts'; window.ApexCharts = apexcharts.default; ``` Add this two lines in any .ts file...
Hi. Thank you for reporting this issue. I'll take a look into it. Best regards Morris
Ok perfect. Yes definitly an idea. A few releases before the parameterless constructor was not existent and you were forced to implement it. I added the parameterless constructor and added...
Base64 should not be used, because of the introduced overhead.
Hi. Thank you for reporting an issue. Can you provide example code to reproduce the error? Best regards Morris
Thank you for the example code. Did you try upgrading to 3.1.7-alpha. 3.1.0 should also be an alpha version so it could probably be an already resolved issue. The corresponding...