Pie chart not displaying or android browser
See original GitHub issueExplanation
- 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 👍
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:14 (4 by maintainers)
Top GitHub Comments
Version 3.11.2 improves the sizing for pie charts. The next patch release will also fix the issue when legend takes up most of the space.
@filipinyo Sorry for the delay. Unfortunately, I didn’t found a fix for this yet as the problem doesn’t throw any error. Nonetheless, I will dig more and try to release a fix soon. Thanks in advance for your patience.