donut-chart Questions
6
Solved
What I'm trying to do is create a simple donut chart. I'm currently using CSS(3) only but I don't know if it's possible without javascript.
What I have so far:
http://jsfiddle.net/aBP5Q/
HTML:
...
Synagogue asked 11/12, 2013 at 17:22
2
Solved
I am referring to this https://ecomfe.github.io/echarts/doc/example/pie1.html#-en example. I am not able to hide the adjacent labels in the pie graph. I have encircled one of the labels I wish to h...
Parsee asked 20/7, 2016 at 4:31
4
Is it possible to create a donut chart with multiple rings using ChartJS as shown below?
Adaurd asked 25/3, 2015 at 11:15
2
Solved
On the chart.js website, if you click the "Add Dataset" button under the chart, you get a doughnut inside a doughnut. Here's a screenshot of what it looks like:
This is what I want, but I can't ...
Overthecounter asked 19/7, 2017 at 6:36
2
Solved
I am trying to recreate this image in R, however I am unable to work out how to have 3 layers to a donut chart - everything I find (for instance, webr::PieDonut) only allows 2. Using ggplot I am al...
Putative asked 12/8, 2022 at 12:8
8
Solved
I am trying to replicate this with R ggplot. I have exactly the same data:
browsers<-structure(list(browser = structure(c(3L, 3L, 3L, 3L, 2L, 2L,
2L, 1L, 5L, 5L, 4L), .Label = c("Chrome", "Fir...
Disillusion asked 5/11, 2014 at 1:6
2
Solved
In ggplot2, how to add a white hole in the middle of the pie chart?
Please refer to below code for current plot (the left plot) . Thanks!
library(tidyverse)
pie_data <- data.frame(category=c('A'...
Forficate asked 8/2, 2022 at 11:24
1
i am creating a JavaScript web page with two doughnut charts. to create the charts i'm using one function and calling it twice with different data for each chart. however when i do that the text in...
Honora asked 28/10, 2020 at 6:33
3
Solved
I have a donut chart in which i need to add two stacked labels in center which I have done. What i can't figure out is how to add a little vertical space between. ReCharts renders both these lines ...
Reverse asked 16/8, 2017 at 21:57
4
Solved
I am trying to achieve rounded corners similar to this article here, but combined with text in the centre, so far i have the code below, but i am not sure how to combine both ideas
Any help would...
Cristobal asked 23/5, 2016 at 6:37
8
Hello I am trying to create the following donut chart using Chartist.js:
GOAL CHART
This is what the chart looks like currently:
Chartist.js Donut Chart
I am trying to find where or how I can c...
Overcasting asked 15/2, 2016 at 5:34
4
Solved
I'm trying to create doughnut chart and insert label inside the chart's hole. When I render report, label is being moved outside the chart.
Is it possible to force report items to overlap instea...
Triton asked 24/10, 2014 at 9:41
1
Solved
I am working in an offline environment so I am unable to copy the entire code base, I will try to describe as much as I can.
JavaFX does not provide a donut chart so I have created a custom donut ...
Combination asked 26/9, 2019 at 3:1
2
Solved
I have a donut chart built using d3 with a jQuery slider that allows a user to select between different data-points. The chart animates the transition between data values and all is well.
The pro...
Purine asked 18/6, 2013 at 12:59
2
Solved
I'm unable to get a hyperlink to this donut chart in amcharts4. I made it successfully using amcharts 3 but am not getting it in amcharts4.
Please let me know what I am doing wrong.
I also referr...
Ritter asked 20/8, 2019 at 14:18
4
Solved
I'm trying to create a two-level sunburst/doughnut diagram (for print) where the second level is a detailed view of the first. I've read and understood this tutorial, but I'm an R and ggplot2 newbi...
Callboy asked 24/4, 2018 at 14:20
2
Solved
I have this donut chart currently working in an AngularJS app:
But the design mockup says we would like this, note the border-radius property on the green portion of the arc:
How do I add a b...
Lathan asked 2/5, 2018 at 23:19
3
Solved
Highcharts supports donut charts, essentially one inner pie chart with a second pie---shown as a donut---surrounding it. donut chart from the Highcharts demo site
Is it possible to create a three ...
Tallent asked 2/7, 2013 at 23:4
2
Solved
Hi I really have googled this a lot without any joy. Would be happy to get a reference to a website if it exists. I'm struggling to understand the Hadley documentation on polar coordinates and I kn...
Wavy asked 28/11, 2012 at 22:29
3
Solved
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 (r...
Ceiling asked 26/7, 2012 at 22:0
1
Solved
I'm trying to add percentage labels to a donut chart but have been unsuccessful in plotting a clear representation of percentage values (rounded and not overlapping)
## my data
library(ggplot2)
co...
Chacha asked 31/7, 2016 at 11:2
1
Solved
I have very limited skill set in SVG,Canvas and CSS3. I have been trying to create a donut chart in angular 2 with no luck. There are some ready to use libraries available but we are not allowed to...
Mckenna asked 26/6, 2016 at 3:3
1
Solved
Trying to create the above using c3.js.
We are using the same charting library across the application so would like to keep it consistent. Didn't find a way in c3.js to either customize donut or p...
Karelian asked 21/4, 2016 at 10:6
2
Solved
I'm trying to create circular heatmap with ggplot2 so I can use a larger number of labels
around the circumference of a circle. I'd like to have it look more like a donut with an empty hole in the ...
Cavefish asked 14/12, 2012 at 22:51
1
I am pretty new to R... so forgive me. I'm trying to make donut plots using ggplot2.
I have modified the code of the post
ggplot Donut chart but now I'm not able to add the percentage on the chart....
Seigel asked 8/2, 2016 at 10:15
1 Next >
© 2022 - 2024 — McMap. All rights reserved.