Chris Kellett

Results 6 comments of Chris Kellett

just experienced the same problem - solved it by passing `type="line"` - I had assumed this was default. passing this cleared the error for me.

the solution that @sam585456525 gives is a good workaround imo.

Using Version: 1.41.1 for MacOS and after installing cannot create files or directories. As reported above, auto completion does not work and files/folders are not created when hitting enter.

One workaround I have found is using data URIs directly instead of relying on file paths. Here's an example of how you can do this: ```javascript annotations: { images: {...

see the answer here https://github.com/apexcharts/vue3-apexcharts/issues/20#issuecomment-881142984 - it is a good solution. i use this approach when reacting to events from apex. can't say i have tried to put them directly...

have you tried using vue devtools event timeline to see what apex is emitting?