pie

Non-breaking non-space in HTML

I have a bowling web application that allows pretty detailed frame-by-frame information entry. One thing it allows is tracking which pins were knocked down on each ball. To display this information, I make it look like a rack of pins: o o o o o o o o o o Images are used to represent the pins. So, for the back row, I have 4 img...

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 Tue, 04 Nov 2008 16:47:02 GMT Content-Type text/html; charset=utf-8 Cache-Control no-cache Location http://localhost/games/...

Flex 3.0 : Showing data in the legend of a Pie Chart

Hi, 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 custom legendMarkerRenderer.) Could anybody give any pointers? There aren't many examples on the net regarding this. Thanks in advance! P....

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)) Regarding the disc, I first drew a full solid circle using the above, and then a second circle in Grey over the center to give the follow...

Drawing chart using amcharts

Can anyone tell how to use amcharts to display the details of a particular column in a pie/donut chart.I know that it uses an XML but what I have is a CSV file and I have to group them based on a particular column status whose value can be one of the four namely "open" "Close" "In Progress" "Dropped".The CSV looks like this 12345,Harish...

How to format SSRS 2008 Pie Chart's Legend into Table?

I have a DataSet with 4 fields. For example: FieldA, FieldB, FieldC, FieldD FieldA is the data field, and FieldB is the category field. Normally the Legend will display the category field. By applying custom format in the Series Properties --> Legend --> Custom legend text, I could format it like this: FieldB - FieldC - FieldD Because...

How can I detect if a windows mobile device has the keyboard extended?

How can I detect if a windows mobile device has the keyboard extended? I am manually launching the soft keyboard and I need to know when to prevent my app from launching the PIE. ...

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; dojo.addOnLoad(function() { chart1 = new dojox.charting.Chart2D("simplechart"); chart1.addPlot("default", { type: "Pie", ...

Open Flash Chart 2, Pie chart set values problem, php

Does anyone know how to set the values for a pie chart in the Open Flash Chart 2?? i have like a percentage for a visitors sources, and i don't know how to display them , because they changed a lot of stuff in the v2 http://teethgrinder.co.uk/open-flash-chart-2/tutorial-4.php what i have now in the data generating is this (from the ex...

iReport - How to move a Summary Pie Chart on the first page of the report and not at the end?

Hi, 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 advice is appreciated! Siyan ...

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

CSS3 PIE backgound color transparency

i am using CSS3 PIE for adding Css3 Rules to IE .. http://css3pie.com/ its great but i have a little problem now m using a semi transparent image for the background and PIE.htc automatically adds a gray background. "background-color:Transparent;" is not working for me so my question is this how can i use CSS3 PIE with transparent backg...

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 would be great to be able to customize this. ...

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). If someone clicks the "A" wedge, I want to redirect to a page that shows the A students. ...