question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pie chart not displaying or android browser

See original GitHub issue

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 👍

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
junedchhipacommented, Dec 24, 2019

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.

4reactions
junedchhipacommented, May 16, 2019

@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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pie chart is not displayed - Stack Overflow
I am trying to create an android app using DecoView lib for displaying a Pie chart, but I can't get it to display...
Read more >
Pie chart not displaying - WordPress.org
Hi there: I have a pie chart which has been successfully created and the page displayed correctly when accessed by the administrator via...
Read more >
Bug: PieChart.Selected is not working
Save the app to the cloud. Play the app in a browser or mobile device. Click on or around the Pie Chart to...
Read more >
Visualization: Pie Chart - Google Developers
Overview. A pie chart that is rendered within the browser using SVG or VML. Displays tooltips when hovering over slices.
Read more >
Pie chart options | Looker - Google Cloud
Value Labels · None: Labels and legend are not displayed. · Legend: Displays the legend to the right of the visualization. This is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found