Questions tagged [pie-chart]

A pie chart is a circular representation of data divided into sections by the drawing of radii.

A pie chart is a circular representation of data divided into sections by the drawing of radii.

  • Each section represents a percentage of some total.
  • The sum of the values of all sections is 100% of the total.
  • The sizes of the sections are directly proportional to the percentage of the total.
  • For example, if a given section represented 10% of the total value, the central angle of the section would be 36 degrees, or 10% of the total 360 degrees in the chart.

Questions regarding pie charts as used in programming should use this tag.

However, some aren't considering pie charts as the best option to visualize data. Often data which is visualized with pie-charts can be visualized with bar-charts as well.

In scientific software for statistical computing and graphics, function pie generates a pie chart.

Useful links


Related tags

3007 questions
1
vote
2 answers

CSS3 PIE dont work in IE7 and IE8

I've been doing some tests and I have not gotten it to work. After I took the sample code from this page http://css3pie.com/documentation/getting-started/ but can not get the rounded look The CSS is this #prueba { border: 1px solid #999; …
Fraskito
  • 109
  • 3
  • 12
1
vote
1 answer

core plot axisset for piechart not working

I am trying to hide axis set for pie chart using graph.axisset = nil; but it is not working. Is there any other way to remove default axisset of graph. CPTXYGraph *graph = [[CPTXYGraph alloc]initWithFrame:self.hostingView.frame]; graph.borderColor =…
karan
  • 335
  • 4
  • 13
1
vote
1 answer

Plot a Pie figure inside a every Bubble of a Bubble Chart using Excel?

-Office for Mac. I have the following Bubble chart : I would like to insert a small Pie figure inside each of these bubbles to represent a specific value. How is this possible through Excel ?
NLed
  • 1,845
  • 14
  • 39
  • 68
1
vote
1 answer

android: How to set the limits of the pan in achartengine?

i am using a pie chart from the charting Library Achartengine in my pie chart activity when the pan is enabled, the pie chart can be dragged till infinity, how can i limit its pan sort of margins. How to actually restrict the dimensions in which its…
Varun
  • 87
  • 1
  • 10
1
vote
0 answers

How to display jfreechart at specified place in jsp

I have a jsp page where i need to display the chart at specified position .But With the following codes chart is getting loaded as png image and all other css design elements of the jsp page is not displaying.... Below is my code. …
vikas
  • 21
  • 4
1
vote
1 answer

how to do partition of existing jfree pie Chart section on same chart

I am using Jfreechart to create a pie chart in Spring MVC. MY requirement is: i have to create two section,FOUND and LOST on pie chart.also in,LOST section i need to create more sections representing Count of different LOST items. here right now,i…
nidhi
  • 333
  • 2
  • 9
  • 17
1
vote
1 answer

Converting Config TXT file into PHP for PIE Chart

I am creating plugin to display some counts with pie chart using this http://www.jpowered.com/ Now everything is fine but I want to connect it with database, where count will be pulled from db. They system is using three different files. HTML to…
Code Lover
  • 8,099
  • 20
  • 84
  • 154
1
vote
2 answers

How to change default color of pie chart series label text using achart engine?

I want to create pie chart with some values . I created pie chart like this Now i want to change label text color and reduce gap/space between pie and legend. How can i do this? Can anybody help me to resolve this? Thanks in advance.
malavika
  • 1,331
  • 4
  • 21
  • 54
1
vote
2 answers

Jqplot - Small pie chart

I am using jqplot to display graphs/charts. I want to display a small pie-chart. So I have fixed the 'height x width' of the div to 100 x 100. Here's how the pie-chart is displayed. There are extra spaces/padding around the pie. I don't want that.…
Anish Nair
  • 3,238
  • 29
  • 41
1
vote
0 answers

Is there any python wrapper of google code which displays numerical values along with pie charts?

All of the wrappers I have tried- pygooglecharts, pygocha- give labels, but do not list the exact percentages. Google charts lists the exact percentages. Any chance I can get them in Python, especially wxPython!
dexter04
  • 123
  • 6
1
vote
1 answer

Rally SDK: creating pie chart using a query as an attribute

I have been trying to create pie chart using rally sdk with the following piece of code: Pie Chart…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/sdk" class="post-tag grid--cell" title="show questions tagged 'sdk'" rel="tag">sdk</a> <a href="../../questions/tagged/rally" class="post-tag grid--cell" title="show questions tagged 'rally'" rel="tag">rally</a> <a href="../../questions/tagged/pie-chart" class="post-tag grid--cell" title="show questions tagged 'pie-chart'" rel="tag">pie-chart</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 31 '12 at 05:27">asked Oct 31 '12 at 05:27</time> <a href="../../users/1708701/hariszhr" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1708701.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="hariszhr" /> </a> <div class="s-user-card--info"> <a href="../../users/1708701/hariszhr" class="s-user-card--link">hariszhr</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">409</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badges">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13122273"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13122273/how-to-add-pie-charts-to-a-geographical-map-with-r" class="question-hyperlink">How to add pie charts to a geographical map with r</a></h3> <div class="excerpt">After struggling with some maps I came to the point where I don't know any further. I want to add pie charts to a geographical map. Here is my data: zip city state latitude longitude plan_chosen 10001 New York NY 40.75074 …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/r" class="post-tag grid--cell" title="show questions tagged 'r'" rel="tag">r</a> <a href="../../questions/tagged/dictionary" class="post-tag grid--cell" title="show questions tagged 'dictionary'" rel="tag">dictionary</a> <a href="../../questions/tagged/pie-chart" class="post-tag grid--cell" title="show questions tagged 'pie-chart'" rel="tag">pie-chart</a> <a href="../../questions/tagged/rworldmap" class="post-tag grid--cell" title="show questions tagged 'rworldmap'" rel="tag">rworldmap</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 29 '12 at 13:06">asked Oct 29 '12 at 13:06</time> <a href="../../users/1741021/user1741021" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1741021.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1741021" /> </a> <div class="s-user-card--info"> <a href="../../users/1741021/user1741021" class="s-user-card--link">user1741021</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">333</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13055858"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13055858/filtering-and-passing-csv-data-in-d3" class="question-hyperlink">Filtering and passing csv data in d3</a></h3> <div class="excerpt">I would like to be able to filter csv data for use in a series of dynamic pie charts. (That is, the user will be presented with an initial pie chart, and will be able to click on a specific pie wedge/category to pull up another pie chart showing…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/csv" class="post-tag grid--cell" title="show questions tagged 'csv'" rel="tag">csv</a> <a href="../../questions/tagged/d3.js" class="post-tag grid--cell" title="show questions tagged 'd3.js'" rel="tag">d3.js</a> <a href="../../questions/tagged/pie-chart" class="post-tag grid--cell" title="show questions tagged 'pie-chart'" rel="tag">pie-chart</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 24 '12 at 18:55">asked Oct 24 '12 at 18:55</time> <a href="../../users/1772091/amehrotra" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1772091.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="AMehrotra" /> </a> <div class="s-user-card--info"> <a href="../../users/1772091/amehrotra" class="s-user-card--link">AMehrotra</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-12903765"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/12903765/android-button-custom-shape" class="question-hyperlink">Android, button - custom shape</a></h3> <div class="excerpt">I want to create a few buttons in shape of piece of pie chart and i know how to do that, but I have no idea how to place them in one element like a pie chart. Any ideas? I have 5 buttons in this shape: and I want to achieve sth like this: But I…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/button" class="post-tag grid--cell" title="show questions tagged 'button'" rel="tag">button</a> <a href="../../questions/tagged/charts" class="post-tag grid--cell" title="show questions tagged 'charts'" rel="tag">charts</a> <a href="../../questions/tagged/pie-chart" class="post-tag grid--cell" title="show questions tagged 'pie-chart'" rel="tag">pie-chart</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 15 '12 at 20:49">asked Oct 15 '12 at 20:49</time> <a href="../../users/1101481/aptyp" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1101481.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="aptyp" /> </a> <div class="s-user-card--info"> <a href="../../users/1101481/aptyp" class="s-user-card--link">aptyp</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">251</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="6 silver badge">6</li> <li class="s-award-bling s-award-bling__bronze" title="19 bronze badge">19</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-12728432"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/12728432/highchart-pie-chart-click-on-hover" class="question-hyperlink">Highchart Pie Chart click on hover</a></h3> <div class="excerpt">How can I call mouse click event on pie chart on mouse hover? I tried something but it do click not so smoothly as I need. Here is code sample: plotOptions: { pie: { innerSize: '50%', size: 100, cursor:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/highcharts" class="post-tag grid--cell" title="show questions tagged 'highcharts'" rel="tag">highcharts</a> <a href="../../questions/tagged/pie-chart" class="post-tag grid--cell" title="show questions tagged 'pie-chart'" rel="tag">pie-chart</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 04 '12 at 13:33">asked Oct 04 '12 at 13:33</time> <a href="../../users/806202/arsen-khachaturyan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/806202.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Arsen Khachaturyan" /> </a> <div class="s-user-card--info"> <a href="../../users/806202/arsen-khachaturyan" class="s-user-card--link">Arsen Khachaturyan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,904</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="42 silver badges">42</li> <li class="s-award-bling s-award-bling__bronze" title="42 bronze badges">42</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=98" rel="prev" title="Go to page 98">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">99</div> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/pie-chart_page=100" rel="next" title="Go to page 100"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>