Skip to main content

Questions tagged [pie-chart]

A pie chart is a circular representation of data divided into sections by the drawing of radii.

1 vote
1 answer
35 views

Set ZingChart Legend Items height individually

I am using ZingChart to create a PieChart. I am having problems with the legend. One of my series (pie slice) has a multiline legendText while the other two have a standard one-line legendText. This ...
G.M's user avatar
  • 591
0 votes
2 answers
51 views

Pie chart using the values of one variable when repeated multiple times r

I want to plot a pie chart with slices of values given by a column, these values are repeated multiple time. df <- data.frame(answer_type_count= rep(c("6","46", "3"),2)...
have fun's user avatar
  • 381
-1 votes
0 answers
14 views

piedonut changing colors and customization

PieDonut how to change color of pie and donut ON this page, a nice solution is provided for altering colors and then removing the plotting code to allow for multipanel plotting. However, when i try ...
Jason Schmidt's user avatar
1 vote
1 answer
146 views

Upgrading to latest angular 18 with ng2-charts errors on nsg-serve

Upgrading angular 18 with ng2-charts 6.0.1 on running n-serve throws error as below imports ng2-charts, chart.js,chartjs-plugin-annotation. nothig helps and throws error. I am trying to use in npn -...
Rajar R's user avatar
  • 137
-1 votes
1 answer
93 views

How do draw a pie chart in react native [closed]

How can I draw a donut chart? I tried using react-native-gifted-charts i want some animation for fill the chart.Is there any library that can resolve this? someone is help me to do this i want exactly ...
Yuva's user avatar
  • 171
0 votes
0 answers
37 views

Pie Chart appearing empty in "Viewer"

I'm trying to plot a pie chart using plotly package. this is my data frame. Dept value 1 A 31 2 B 21 3 C 12 4 D 15 5 E 7 6 F 14 For some reason, it appears empty ...
Laju Eribo's user avatar
0 votes
0 answers
21 views

Dynamic positioning for labels of small portions in pie

I would like to handle the issue of label overlaping in matplotlib while I am plotting pie chart My question is: how can I dynamically repoistion the label such that they do not overlap? I also want ...
Lewis Wong's user avatar
1 vote
1 answer
39 views

How to set the labels of a pie chart to avoid overlapping using ggplot2

I was trying to plot a pie char using ggplot2. The code is pasted as following df <- data.frame( category = LETTERS[1 : 14], count = c(86, 2, 6, 315, 98, 140, 48, 167, 226, 269, 2, 70, 3, 112) )...
Li Ma's user avatar
  • 31
0 votes
0 answers
29 views

How to place datalabels within container for recharts - PieChart when a label having longer text

I am using recharts library to plot pie chart in our react application. I have added the datalabels for each slice. The labels are cropping since it has larger length. Is there any way to wrap the ...
Kesavan Subramaniam Che's user avatar
0 votes
1 answer
27 views

Animation is stuttery on mobile phones [Solved]

I made a spinning wheel using chart.js pie chart and it works flawlessly on pc - basically am drawing a pie chart with datalabels for each option, and then spinning the chart accordingly. The problem ...
Aaditya Thakkar's user avatar
0 votes
0 answers
35 views

Ordering pie in ggplot by frequency [duplicate]

I have a data frame that looks at the frequency of species of bacteria. Despite the species being ordered by descending frequency in my data frame, ggplot output places the order of both the pie chart ...
sds5149's user avatar
2 votes
1 answer
59 views

Piechart not update the values already exist in javafx

I want when I press the add button to add a specific value to the piechart, that this value be update if it previously existed in the piechart. For example, here he added the Java language twice. I ...
Dani Alber's user avatar
2 votes
1 answer
32 views

Creating multiple pie/bar charts from pd.dataframe, finding column with max and min values

My dataframe looks like this, and i'm now looking for appropriate analysis techniques, i'm hoping some people on here could give me some advice on either creating graphs from this dataframe, or ...
Daisy's user avatar
  • 29
1 vote
0 answers
28 views

How can i get labelLayout position Inside or Outside based on label overlapping in echarts - PieChart

Added details here - https://github.com/apache/echarts/issues/19968 Inputs are appreciated. Tried different Pie Chart properties from label and labelLayout but we are getting either one of the other ...
Nirmal's user avatar
  • 11
0 votes
0 answers
12 views

Meteor - include graph (piechart) inside tooltip (tippy.js)

I would like to include two graphs inside an informative tooltip that shows up upon hovering a button. I am using tippy.js. The html code looks like below: <template name="...
user2829319's user avatar

15 30 50 per page
1
2 3 4 5
204