Tagged Questions
A pie chart is a circular representation of data divided into sections by the drawing of radii. Questions regarding pie charts as used in programming should use this tag.
5
votes
1answer
3k views
ASP.Net MS Chart Control Pie Chart: remove unwanted padding
HI
im trying to create simple pie chart using the MS Chart controls. When my pie chart gets rendered in the browser i get padding around the pie chart that i cant get rid of. i would like the pie ...
4
votes
5answers
237 views
can I make such graph in R - bar chart embedded in pie chart
I have following data:
I II Total
A 15 25 40
B 5 45 50
C 15 5 20
R data input:
group <- c("A", "B", "C", "A", "B", "C")
subgroup <- c("I", "I", "I", "II", "II", "II")
...
4
votes
1answer
676 views
Creating a piechart in excel using VBA
i am new to VB and am trying to learn how to create a pie chart out of certain values on the excel spreadsheet. I know how to do the bar charts but i was wondering whether you guys are aware of online ...
4
votes
3answers
384 views
Any ASP.NET MVC-friendly chart controls that support pie charts with different slice radii?
I need to create a sort of pie chart that has slices with differing radii - similar to:
http://www.andypope.info/charts/pieradius.htm.
I also want to overlay a second series on it, as a line.
The ...
3
votes
3answers
95 views
Core Graphics - My triangle/arc is too pointy
I'm drawing the 'slices' in a custom pie chart in Core Graphics, using a UIBezierPath and the [path addArcWithCenter:radius:startAngle:endAngle:clockwise:] method. My problem is that often the pointy ...
3
votes
1answer
222 views
chart location of pie chart in iText pdf in java
I'm creating a pie chart using jFreechart and add the chart in pdf created in iText. The problem is chart is always added at the bottom of the page and not after the last line.
A sample code for ...
3
votes
1answer
173 views
How to set the labels size on a pie chart in python
I want to have labels with small size on a piechart in python to improve visibility
here is the code
import matplotlib.pyplot as plt
frac=[1.40 , 10.86 , 19.31 , 4.02 , 1.43 , 2.66 , 4.70 , 0.70 , ...
3
votes
1answer
664 views
how to set lable value with their % value in telerik Pie chart
When I generate telerik Pie chart. I want to concatenate lable value with %data value but I am not getting both values.my code-
ChartSeries objChartSeries = new ChartSeries("Pie");
...
3
votes
3answers
1k views
g.raphael.js gradient effect on pie chart
I user raphael.js to draw my images/graphs on my website, and I'm having trouble implementing a gradient effect on my pie chart.
I call it that way :
<script type="text/javascript" ...
3
votes
1answer
386 views
Zoom or slice a section of canvas HTML5
I working on HTML Canvas library to construct a "PIE Chart" Now to finish it I need the
given section of PIE Chart to Zoom or Slice once clicked on the section.
I almost done with the PIE Chart with ...
3
votes
2answers
432 views
how to create hyperlink in piechart
I want to do a pie chart in matplotlib.
This pie chart will be a representation of two variables: male and female.
That's easy to do :)
What I would like to do next, I'm not even sure if it's ...
2
votes
3answers
335 views
Silverlight Toolkit ; Pie Chart Colors
I have a huge problem that I can't figure out. Let's say that I have five different fruits, and I want each of them to be associated with a certain color. Let's say that I have three "baskets" which ...
2
votes
1answer
361 views
Remove labels from JFreeChart Pie Chart
public static JFreeChart createChart(String title, List <Result> results){
DefaultPieDataset pieDataset = new DefaultPieDataset();
Iterator<Result> itr = results.iterator();
...
2
votes
1answer
330 views
google charts api self hosted
Is there a way to use the google charts api but self hosted, so I don't rely on google to generate my charts, or, is there a way to get this http://code.google.com/p/gchartphp/ work without the google ...
2
votes
1answer
781 views
Raphael JS Pie: Add ID to path slices
I've seen this question asked over at the Raphael Google Groups, but after hours of searching there, and also on here, and Google, I cannot seem to find a solution.
I would simply like to be able to ...
2
votes
5answers
303 views
Graphic-rich Javascript pie chart library
Are there any libraries for JavaScript that can create graphic-rich pie-charts without Flash/Silverlight? Something like this.
Thanks.
2
votes
2answers
220 views
Retrieving Sub-XML Elements to display a Pie Chart
I have designed an application that will load the information from an XML File to a Pie Chart.
First my XML looked like this
<books>
<stock>
...
2
votes
1answer
1k views
Update pie slice size in Raphael pie chart
I'm working on making a pie chart that shows results over time. As such it needs to animate between states to show how different slices change. I've figured out how to change all the slices en masse ...
2
votes
2answers
546 views
Smart pie chart label placement algorithms?
I am building a custom chart library for my company. I'm having troubles finding / inventing a good algorithm to place the chart labels so that the following requirements are met:
Labels should not ...
2
votes
6answers
3k views
Making A Graphic Pie Chart In C#
I'm trying to write a Windows Application that shows a pie chart with seven unequal slices (25%, 20%, 18%, 17%, 10%, 10%, 10%) all of them will be colored differently.
So far I have made Pens and ...
2
votes
1answer
520 views
Stairstepping piecharts with asp:chart control
I was perusing the asp.net chart control's sample website, and came across something in the pie chart gallery. There was 3 pie charts, "stair stepped" on top of each other. I starting using this ...
1
vote
1answer
16 views
How to add a PieChart subplot in a JFree BarChart?
I want to include a PieChart subplot over a JFree BarChart. The idea is represent how many items are included in the chart vs the total number of items to see how long is the Long Tail.
Here you can ...
1
vote
1answer
53 views
How to give names in PieChart each slice Coreplot iphone?
I draw PieChart with 4 slices in iPhone app. I want to add Names in each Slice in Pie Chart. Am using Core-Plot9. And also i want to give different colors for each slice in PieChart. How can do this? ...
1
vote
2answers
47 views
how to display label (textview) in pie chart items?
I want to display the labels on pie chart items..please guide me..
Main.java:-
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
1
vote
1answer
89 views
Custom labels on ZedGraph PieChart
I want to create custom labels on my PieChart. Currently, the type of my labels is PieLabelType.Value but I need to format the value to display a currency symbol (€) and the thousands separator.
...
1
vote
1answer
52 views
Pie chart, bar chart and graphs using LWUIT
Has anybody ever drawn charts and graphs using LWUIT? Is it even possible? If it is, can you share with the world? Thanks in advance
1
vote
0answers
142 views
Set opacity of Highcharts pie chart
I have an issue with IE8, while set opacity of a pie chart. i tried as follow,
.highcharts-point {
filter:alpha(opacity=40);
}
When applied this, the pie chart points became not visible and ...
1
vote
2answers
178 views
c# devexpress piechart series point color change
I've made a dynamic 3d piechart using devexpress. I'm really impressed with how good the control feature is. I've hit a little bit of a downer though.
I would like my pie chart points to have ...
1
vote
1answer
95 views
Creating a RaphaelJS pie chart without a plugin
I know a pie chart plugin exists for Raphael JS, but I need to add extra programming that doesn't exist in it. How do you create a pie chart in Raphael JS from scratch?
1
vote
1answer
101 views
c# draw a pie chart to a tab
Pretty simple Question, unfortunatly never used draw controls etc in C# so im not sure how to look at this.
Ok, im drawing a piechart from a bunch of textboxs for input and running the draw on a ...
1
vote
1answer
209 views
SSRS BIDS 2008 R2 pie chart data labels overlapping
As seen in image, the data labels are overlapping and making the data difficult to read. Anybody know how to sort this?
Have now updated the question as I have changed the PieLabelStyle to Outside ...
1
vote
1answer
81 views
Create a 3D piechart with single dataset (100%) [closed]
I want to create a circular 3D piechart with single dataset (100%) using createPieChart3D(....) method but it has to show all solid chart instead of showing all solid but a line in between.
Please, ...
1
vote
1answer
138 views
Put labels to a pie chart
I have a 10x2 matrix A. In the first column there is values between 65 and 90 that can be converted to letters using the char(X) command. In the second column there is values that I want to plot in a ...
1
vote
1answer
169 views
Pie chart in monotouch
I would like to draw a clickable pie chart in monotouch c# how Could I do that. for example if I click on particular portion on the chart then it will show corresponding data.
1
vote
2answers
179 views
Using PHP and SQL to generate Excel files with statistical graphs and piecharts?
I got a database with a lot of number statistical related info, which i'm looking to generate out in an excel file.
So first of all of all, do anyone of you have experience with any popular ...
1
vote
2answers
310 views
DevExpress WebChartControl Pie Controlling Fill
I have been using the System.Web.UI.DataVisualization.Charting pie chart control to display pie chart.
With the introduction of IE9, these graphs seem intermittantly to not load and just present the ...
1
vote
0answers
150 views
Pie Chart and Histogram Drawing on Mac OS X
Is there some code example for pie chart and histogram drawing without any third party frameworks, but with Basic APIs provided by Cocoa ?
1
vote
2answers
87 views
How do I edit the default chart styles in ColdFusion?
I know that I can use WebCharts3d to create new styles, but I'd love to be able to slightly tweak the default PIE chart type in CF. If I open either the beige_pie.cml or red_pie.xml in ...
1
vote
1answer
626 views
Lazy High Charts: change colors of a pie chart [rails 3]
I'm working in a rails 3 project, I want to change the pie chart colors that I generate with the LazyHighChart gem and I don;t know how to do that
This is my method controller
def ...
1
vote
1answer
276 views
Achartengine's piechart does not refresh from repaint function
I'm building an application that makes piechart from database according to precise date interval. Unfortunately the achartengine's repaint function is not working when I'm stepping with the buttons.
...
1
vote
1answer
436 views
ASP.NET Chart: How to specify color for pie chart?
I have a pie chart and want to specify an exact color for a particular segment of the pie chart.
Which attribute do I use to specify the color dynamically? Thanks.
1
vote
2answers
109 views
How to apply a bevel filter for each slice of a flex 4 pie chart?
Only succeeded with applying it around the whole pie chart.
1
vote
1answer
337 views
Hide tooltip onmouseover for Google Visualization API
Is there any way to hide the popup when a pie slice is moused-over in the Google Visualization API using Pie Charts? Thanks
1
vote
2answers
74 views
Space a series of values so they don't overlap
There have been a couple of questions very close to this topic, but none really helped me.
Ive been programming a graphing library, and I need an algorithm to vertically place labels without ...
1
vote
1answer
458 views
raphael pie chart error?
i try to add grahael pie chart in my web site using same code from graphael site
gRaphaël Static Pie Chart
<script ...
1
vote
1answer
359 views
asp.net charts - show numbers
I use a Pie chart. I want it to display the percent or the values on the chart. How can I do this?
It is basic asp.net charting controls
Thanks
1
vote
2answers
765 views
MS Chart control - pie chart transparency
I'm trying to get a pie chart to display as transparent. Ideally it should look like the 3rd chart from the left on this page (link).
So far I've tried setting the transparency on the chartArea:
...
1
vote
2answers
919 views
JpGraph pie chart slice color not work
I used a JpGraph in php. Everything ok but slice ($p1->SetSliceColors($color);) color not work. It all time default color.
Here is my used code. Please help me :
$data = array('40','50', ...
1
vote
2answers
636 views
Calculate angle for rotation in Pie Chart
I want to rotate the image around its center point.The problem i am facing is i need to get the angle to calculate in touch moved event (i dont want to use multi touch).I am current using the below ...
1
vote
1answer
374 views
Invisible PieChart labels?
i try to use PieChart in iReport but labels are not visible... only the legend is visible.
What i have to do to make labels visible?
Thanks all.