Closed Billux3 closed 2 months 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.
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 } } }
my series : this.series.push({ name: titreSerie, data: mesureQuotidienne, type: "line" });
this.series.push({ name: titreSerie, data: mesureQuotidienne, type: "line" });
"apexcharts": "^3.16.1", "vue-apexcharts": "^1.5.3",
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.
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",