Questions tagged [donut-chart]

A donut chart (also spelled doughnut) is a chart functionally identical to a pie chart, with the exception of a blank center and the ability to support multiple statistics at once. Donut charts provide a better data intensity ratio to standard pie charts as, for example, the blank center can be used to display additional, related data.

403 questions
0
votes
0 answers

how to add column with a legend in doughnut chart

Hi I have taken a reference of doughnut chart from google api and all working fine. But i have two queries: a. How to add one more column for the values with the legend as shown in image b. When focus on specific field how the increase the size of…
user3030365
  • 45
  • 1
  • 9
0
votes
1 answer

doughnut chart in android issue

Hi i want to make a doughnut chart in android. and I got a good example. I have added library and project is showing no error. But at the time of running the same, it is giving following errors in logcat. 12-12 08:46:53.083: E/AndroidRuntime(1467):…
user3030365
  • 45
  • 1
  • 9
0
votes
1 answer

Issue in semi circular donut chart

I am trying to make a circular Donut chart -: Below is the code I am trying. Issue-: At the base of circle chart gets flat. $(function () { $('#container').highcharts({ chart: { plotBackgroundColor: null, plotBorderWidth: 0, …
Deepak
  • 414
  • 5
  • 16
0
votes
0 answers

Using achartengine how to change center color of a donut chart

I am using aChartEngineLibrary to make donut graph. It works perfectly, but I need to change the center color. Is this possible? I only could change the background, but I need the background and the center of the chart to have different colors.
0
votes
2 answers

How to draw a donut Chart using dojo on mobile website

I am working on a mobile website (m.sitename). Client expects a donut chart to be developed using dojo, which should work fine in android phones and iPhones. But I could not find a working example of the same on internet. Could somebody please help…
Ashin
  • 70
  • 2
  • 7
0
votes
0 answers

How to draw tow donut Graph with two different color using aChartEngine in Android?

I am using aChartEngine Library to draw donut in my android application.I want to make two donut - one inside another with two different color. But I am unable to make them with two different color.This is my donut class which draw donut in…
Abhijit Muke
  • 1,194
  • 3
  • 16
  • 41
0
votes
0 answers

GWT Highcharts Donut Pie Chart

I have recently discovered highcharts and am practicing with them, but I cannot find any in depth tutorials on highcharts using gwt out there. I've looked everywhere and they all seem to be in javascript. I have looked at the moxie site, but I…
0
votes
1 answer

Highcharts: Remove shadow from center of donut chart

I have a pie chart located: http://jsfiddle.net/PcX4b/5/ I am setting the series to look something like: series: [{ type: 'pie', name: name, size: '100%', innerSize: '25%', data:…
Tina Berger
  • 155
  • 3
  • 15
0
votes
1 answer

Donut.cvs example

I can't find a way to config mahout correctly. That's what happens when I try to run the "donut.cvs" example from "Mahout in Action" book: Running on hadoop, using /home/myname/hadoop/bin/hadoop and HADOOP_CONF_DIR= MAHOUT-JOB:…
0
votes
1 answer

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] }, { institution: [3245, 88479, 45697, 1037,…
cupakob
  • 8,411
  • 24
  • 67
  • 76
0
votes
1 answer

Using Javascript / jQuery to create simple donut chart

I know this is bad practise on stack overflow to ask a question without any attempt at the code myself, but I am a javascript novice and wouldn't know where to start, but all I am looking for a is a super simple donut chart, that looks like…
Jon Kyte
  • 1,962
  • 3
  • 26
  • 40
0
votes
1 answer

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 would be appreciated. Thanks in advance.
Anish Nair
  • 3,238
  • 29
  • 41
0
votes
1 answer

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 each category has more than 1 data. What I want ? I…
Yasin Yörük
  • 1,500
  • 7
  • 27
  • 51
0
votes
1 answer

Jqplot pie/donut chart seriesColors array not reused/repeated

I am using jqplot to draw pie-chart and donut-charts. And I am using the 'seriesColors' to give customised colors to the slices http://www.jqplot.com/docs/files/jqplot-core-js.html#jqPlot.seriesColors seriesColors : [ "0571B0", "#5E3C99",…
Anish Nair
  • 3,238
  • 29
  • 41
0
votes
2 answers

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 that I am developing. www.klout.com
Mahboob I
  • 79
  • 9
1 2 3
26
27