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.

Show percentage on Pie Chart

See original GitHub issue

I’m submitting a … (check one with “x”)

  • bug report - search github for a similar issue or PR before submitting
  • feature request
  • support request - use StackOverflow (add the ngx-charts tag) or the gitter chat for support questions

Current behavior The pie chart only shows colour for each segment, would be great to present a percentage label within the segment. (like in #687)

What is the motivation / use case for changing the behavior? Better illustration

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:26
  • Comments:19

github_iconTop GitHub Comments

5reactions
samguergencommented, Nov 24, 2020

My children, please add this to your angular code to add percentages to the labelling:

setTimeout(function(){
    let labels = $('.pie-label');
    for (let label of labels){
      label.innerHTML += "%";
    }
}, 100)

It’s not ideal, but it works. You are welcome.

5reactions
TheMuyucommented, Aug 4, 2020

waiting for this feature.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Show Percentage in Pie Chart in Excel?
Show percentage in a pie chart: · Select the pie chart. · Right-click on it. A pop-down menu will appear. · Click on...
Read more >
How to show percentage in pie chart in Excel? - ExtendOffice
Show percentage in pie chart in Excel · 1. Select the data you will create a pie chart based on, click Insert >...
Read more >
How to Show Percentage and Value in Excel Pie Chart
In this article, you will learn how to show percentage and value in Excel Pie Chart, applying the Format Data Labels option using...
Read more >
Pie Chart - Show Percentage - Excel & Google Sheets
Pie Chart – Show Percentage – Excel & Google Sheets. This tutorial will demonstrate how to add percentages to a pie chart.
Read more >
How to display both value and percentage in slice of Pie Chart
How to display both value and percentage in slice of Pie Chart · 3. Under Pie Settings section, you'll find an option: Slice...
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