Guillaume Moigneu

Results 7 comments of Guillaume Moigneu

It seems related to `svg.draggable.js` 2.2.2 that is bundled with apexcharts. I can't find a way to upgrade that properly :/

Bumped into that one as well. I'll take a look.

I got around it by using the `updateOptions` method and forcing a refresh: ``` this.chartOptions.xaxis = {type: "datetime", min: this.start, max: this.end} this.$refs.chart.updateOptions(this.chartOptions) this.$refs.chart.refresh() ```

Cancelled as we're investigating working more with Meilisearch.

Hey @matthiaz ! Thank you for the PR. I have a hard time finding a use-case for it. Do you have some in mind?

I have the same behavior using Upsun PaaS. Not sure what is causing this.

I need to integrate typesense in a new project. I'll what I can do there.