-
-
Couldn't load subscription status.
- Fork 1.4k
Description
Explanation
- I'm expecting a normal sized pie chart on the chrome browser on the mobile phone.
- Instead I'm getting tiny version of the chart. I've looked up the demos on the phone and even on the official site the charts aren't being rendered.
The chart correctly resizes itself on desktop, but on android chrome browser it's "squashed"
I'm using these responsive options:
responsive: [ { breakpoint: 1199, options: { chart: { width: 200, height: 260 }, legend: { position: 'bottom' } } }, { breakpoint: 992, options: { chart: { width: 280, height: 280 }, legend: { position: 'bottom' } } }, { breakpoint: 480, options: { chart: { width: 250 }, legend: { position: 'bottom' } } }, { breakpoint: 320, options: { chart: { width: 200 }, legend: { position: 'bottom' } } }]
Charts I'm using:
"apexcharts": "^3.6.4",
"vue-apexcharts": "^1.3.1"
Otherwise I really like the library 👍