A doughnut chart (also spelled donut) is functionally identical to a pie chart, with the exception of a blank center and the ability to support multiple statistics as one.
5
votes
2answers
2k views
Highcharts donut chart without inner pie?
I've been searching for the solution to generate the simplest donut chart with Highcharts library. However, all examples of Highcharts show the style of chart with both inner pie and outer donut ...
2
votes
0answers
688 views
How to Donut Cache a Partial View on Site.Master?
I'm trying to use donut-caching on the Site.Master page for things like the User Login and Shopping Cart, so that we can put OutputCache on some of the more resource intensive pages in our app.
...
1
vote
1answer
46 views
How can I get inner slice when clicking on an outer slice in a HighChart donut chart?
Is it possible to get the parent slice (inner slice) when I click on a child slice (outer slice)?
When you click on 8.0 for MSIE, I get a popup saying 8.0. What I would like to get is the parent ...
1
vote
1answer
2k views
Receiving SMS messages in Android 1.6
I have a code sample (from Reto Meier's book) on receiving SMS messages in an android application using a broadcast receiver.
I am looking to be able to receive a SMS message in my application ...
1
vote
1answer
439 views
Invalid column in contacts
I am planning to create cursorjoiner for my app. I would like to join the Display name and Email id using the cursorjoiner. I am trying on Android 1.6.
When I query for the Email Id list, I get an ...
0
votes
1answer
53 views
Is there a way to upgrade API Level on an older Android device (donut)?
After googling everywhere with no goal, I wanna ask something to you, Android devs:
Is there a way of upgrading (compiling the APIs or else) the API level of an older Android version (like Donut), to ...
0
votes
1answer
272 views
Raphael.js - HowTo Pie Chart Donut Style with bent labels in donut sectors
I want to make a pie chart in donut style with bent labels in the particular donut sectors, like this one:
In this mockup, the user has clicked on the "Raphael.js" sector. Now for the clicked ...
0
votes
1answer
73 views
donut chart with tick mark lines (d3)
i have three donut charts
var data = [
{
institution: [53245, 28479, 19697, 24037, 40245]
},
{
institution: [45, 9, 127, 37, 11]
},
{
...
0
votes
1answer
172 views
How to make Highchart 2 or more inner Pie but only 1 outer pie with donut type?
I need a chart with 2 or more inner Pie Slice and 1 outer pie with donut type of Highchart plugin.
Here is the donut example :
http://tinyurl.com/d4fp8p9
Here is jsfiddle. It has categories and ...
0
votes
1answer
201 views
D3.js donut chart… arc.centroid(d) is not influenced by d.innerRadius and d.outerRadius
I'm creating a donut (or Piechart) and I want to place the labels just outside the area.
I've created a fiddle http://jsfiddle.net/VeeTee/mA3V7/ for it.
arcs.append("svg:text")
.attr("transform", ...
0
votes
1answer
66 views
Create a double donut style chart in php
I'd like to create a chart that looks like this:
I'd like to save this chart as an image (png would be great). I took a look at jqplot, which can create exactly these kind of charts:
var s1 = ...
0
votes
0answers
43 views
Google Chart API callback function not getting called
I am trying to render data using Google Chart API, but strangely when I load the visualization API, the callback function does not get called.
I have created a fiddle at ...
0
votes
1answer
295 views
jqplot animation not working for donut charts
I am able to show animations for bar charts and line charts.
Using:
animate: true,
animateReplot: true
But the animations doesn't seem to work for donut charts.
Can anyone explain me why?
Any help ...
0
votes
2answers
68 views
Klout style pie chart
I am looking for Klout style pie/donut jquery based charts, the new ones that display the leading score in the middle. Can anyone point me to such a chart which I might be able to use on a website ...
0
votes
0answers
86 views
Merging 2 legends in jqplot
I am using jqplot library to display donut charts.
I want to display 2 donut charts, but a single legend for both of them.
But I want a common legend for both the donut charts.
How can I do it?
...
0
votes
0answers
162 views
Jqplot - Legends for small charts not displayed
I am using Jqplot to display donut charts.
The 'width x height' of the 'div' component(div to display the chart) is '400 x 200'
The chart is properly rendered and displayed without the legend.
But ...
0
votes
0answers
85 views
create charts with jqplot
How can I create a pie/donutchart like this one with jqPlot?
Can you help me please?
TNX
0
votes
2answers
79 views
Where is “Google APIs” for Android 1.6?
I am going through the video tutorial at O'Reilly video training course "Developing Android Applications with Java" by Tony Hillerson. He mentioned that I must build my app against the "Google APIs" ...
