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.
7
votes
2answers
345 views
Pie, bar, line: SVG/VML better than Canvas
I need to choose a library for "standard" charting: pies, lines and bars.
From what I've read, it seems to me that the best format is SVG/VML, like Highcharts for example. SVG is becoming standard ...
5
votes
3answers
1k views
Jquery Flot pie charts show data value instead of percentage
I can't figure out how to get flot.pie to change the data shown in the labels from a percentage of the "raw data" to the actual data. In my example i've created a pie chart with the numbers of ...
3
votes
2answers
489 views
How to change the view angle and label value of a chart .NET C#
Short Description
I am using charts for a specific application where i need to change the view angle of the rendered 3D Pie chart and value of automatic labels from pie label names to corresponding ...
3
votes
4answers
1k views
Calculating the bounding points for the area of a “Pie Segment” and “sub areas”
Background:
I was recently playing around with GDI+ to draw a "Disc" displaying a sweeping color change through 360 degrees. (I dug up some HSL to RGB code to loop through HSL(1,1,1) -> HSL(360,1,1))
...
2
votes
1answer
100 views
Pie charts in ggplot2 with variable pie sizes
I've tried various ways to get a facet_grid of pie charts in ggplot2 to vary width/radii according to another variable (strength).
geom_bar accepts width=0.5 as a parameter but it is ignored once ...
2
votes
4answers
1k views
Send JSON data to highcharts pie from asp.net MVC controller in C#
I want to send json data from my asp.net MVC controller in C# and use those datas to draw a highcharts pie chart.
So for the moment I use this :
Dictionary<string, double> result = new ...
2
votes
1answer
333 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
2answers
803 views
jquery pie chart with drilldown/clickable pie parts
I'm looking for a JQuery plugin to make pie charts whose wedges or slices I can click to go to another page based on the value of the pie wedge.
I'm having a pie chart with grades for a class (A-F). ...
2
votes
1answer
339 views
How to plot a pie chart with the first wedge on top, in Python? [matplotlib]
How can a pie chart be drawn with Matplotlib with a first wedge that starts at noon (i.e. on the top of the pie)? The default is for pyplot.pie() to place the first edge at three o'clock, and it ...
1
vote
1answer
713 views
Extjs4 pie chart problem
I am facing following problems with the Extjs4 pie chart:
I am unable to change pie chart colors
I want to disable legend (not clickable)
please help me..
thanks
1
vote
1answer
410 views
jQuery flot mouseleave does not work for me
I've modify my jQuery.flot.js and flot.pie.js a bit, to make a mouseleave effect on my pie canvas.
at line 585 flot.pie.js
function onMouseMove(e)
{
triggerClickHoverEvent('plothover', e);
}
...
1
vote
1answer
396 views
Problems with static local varaiables with relocatable code
I am buiding a project which has relocatable code on bare metal cortex m3 embedded applicaiton. I do not have a dynamic linker and have implemented all the relocations in my startup code. Mostly it ...
1
vote
2answers
352 views
How do I call the Pie function?
I have the center point, radius, and angle to draw the pie, but the Pie function takes 4 points as input data. Does anyone have any conversion function or better explanation for this?
1
vote
3answers
768 views
iReport - How to move a Summary Pie Chart on the first page of the report and not at the end?
Is it possible to have a Summary Pie chart as the first page of my multi-page report (right before the Detail band)? I need to display my Summary band as the first page when report is printed.
You ...
1
vote
3answers
4k views
Flex 3.0 : Showing data in the legend of a Pie Chart
I'm a newbie to Adobe Flex 3.0. I need to show data within the Pie Chart Legend, alongside the colored markers. I have a few vague ideas about how to go about it. (Maybe I would have to write my ...
0
votes
0answers
40 views
css3PIE or PIE.htc in Asp.net
Well I used css3pie in asp.net which is not working. I tried every possible solution. Searched a lot of forums but failed to properly use PIE in asp.net. Let me show you my project structure.
I have ...
0
votes
0answers
68 views
Center pie graph between title and legend in Core Plot
I am using the iOS Core Plot library to create a pie graph for my iPhone app. The legend is anchored to the bottom of the graph, and the title is at the top, and so I was wondering how I could center ...
0
votes
0answers
54 views
Need help putting data/variables into Pie Chart in Android
Im trying to implement this pie chart into my app, but do to the lack of in-code comments and a badly written tutorial, I can't get it to work the way I want it to. This is what I'm trying to do:
I ...
0
votes
0answers
144 views
How to use Pie Charts in iReports 4.0.2
I use Jasper iReports version 4.0.2. I am unable to create pie charts. Can anyone, who has worked on the same version, throw some light on this please?
0
votes
1answer
150 views
JQuery Flot Pie Chart (String to Data)
I am trying to build a pie chart with some data i get serverside build into a string
"[{ Label: "text", Data: number },{ Label: "text", Data: number }]"
alittle like that, but was wondering if there ...
0
votes
0answers
164 views
How to update data in silverlight pie chart using ria service without refresh the page?
Below is my code using RIA service bind to silverlight pie chart
<Grid x:Name="LayoutRoot" Background="White">
<toolkit:Chart Name="ch1" Title="Test Data">
...
0
votes
0answers
182 views
How to Change the color of slices of pie chart
I want to change the color of slices in pie chart in MVC3
and I am using the following code
@{
string myTheme =
@"<Chart BackColor=""Black"" ...
0
votes
2answers
452 views
jQuery Flot Pie Chart - callouts for labels?
I've been using flot for my jquery charting needs. Now, I need to add a pie chart (which I know flot does pretty well). For the pie chart, one thing that we need that I didn't see that flot had was ...
0
votes
1answer
447 views
Pie Chart Data Labels in Excel 2003 VBA
I've run into a very strange problem with data labels in pie charts on Excel 2003. I'll set the .Top or .Left property of a data label absolutely in VBA, but Excel will automatically move it to a ...
0
votes
0answers
210 views
how to display labels of slices outside of piechart using EXTJS?
please help me with this
1)how to display pie chart slice label outside of chart denoted by arrow?
2) how to set position of series item in column chart?
0
votes
1answer
553 views
Pie (radial) menu for iOS
Does anyone know of a library -- open source or otherwise -- that I can use to create a pie (radial) menu for an iOS application?
It seems like someone should have thought of this by now, and I'd ...
0
votes
2answers
573 views
RDLC Pie chart, legend to show value from database
I have a .RDLC with one pie chart designed.
The pie chart is used to display the slices of a service which we offer.
We offer 3 levels of service - 1, 2 and 3. 1 = Office demo. 2 = Trial and 3 = ...
0
votes
2answers
594 views
3D Pie chart with Label in PHP
I am using the following package to generate 3D Pie Chart:
http://www.peters1.dk/webtools/php/lagkage.php?sprog=en
But this Chart doesn't have label or percentage over this graph. I would like to ...
0
votes
1answer
244 views
jsf pie charts with drill down
is there any component in jsf that provides pie charts with drill down facility ?
is it possible with jsf ?
0
votes
0answers
357 views
Dojo Pie Chart fails after 3rd Ajax updateSeries call
I am performing and update a dojo Pie chart using the updateSeries method. The update is called after an ajax call in order to get a new dataset.
Here is the Javascript:
var eventByReasonsData = ...
0
votes
1answer
339 views
Why does my Dojo Pie chart disappear when i call updateSeries after an Ajax call?
I am trying to update a dojo Pie chart using the updateSeries method. I invoke the method after performing an ajax call to get an updated javascript array data.
Here is the Javascript:
var ...
0
votes
0answers
145 views
Can I able to display the pie chart in .ascx control?
I am trying to display a Dojo pie chart in .ascx control.
I am using this code to display
<script type="text/javascript">
dojo.require("dojox.charting.Chart2D");
var chart1;
...
0
votes
3answers
114 views
Can I make IEMobile not strip the # from the URL of a redirect?
I am having an issue with IEMobile accessing my site. A certain redirect I use has a 302 response code, and the headers (yep, that's app-engine):
Server Development/1.0 Python/2.5.2
Date ...