apexcharts / vue-apexcharts

📊 Vue 2 component for ApexCharts
https://apexcharts.com
MIT License
1.33k stars 135 forks source link

[Vue-apexchart] Zoom not working on tablet device #236

Closed Billux3 closed 2 months ago

Billux3 commented 4 years ago

Hello, I'm trying to use zoom in array. There are my options 👍

this.options = { noData: { text: "Pas de données disponible." }, chart: { animations : { enabled : false }, type: "line", toolbar: { show: false, }, redrawOnParentResize: true, zoom: { enabled: true, type: 'x' }, }, dataLabels: { enabled: false }, tooltip: { enabled: false, followCursor: false }, markers: { size: marker }, xaxis: { type: "numeric", min: 0, max: max, //range: max, //tickPlacement: 'on' }, yaxis: { forceNiceScale: true, labels: { formatter: LabelFormateur.KiloGramme }, min: 0, max: maxY, showAlways: true } } } I generate an apk with capacitor (it's a quasar app) . And in my tablet (Samsung galaxy tab A) the zoom are not available when i try to zoom with two fingers or when i try to select an area to zoom.

my series : this.series.push({ name: titreSerie, data: mesureQuotidienne, type: "line" });

"apexcharts": "^3.16.1", "vue-apexcharts": "^1.5.3",

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.