Search the Community
Showing results for tags 'doughnut'.
Found 6 results
-
Here's my current 2d doughnut chart using FustionCharts v3.11.3 The area is 195 x 230 Here's the formatting options that I'm using: <chart theme="asi" animation='0' caption='${w.caption!}' captionPadding='0' baseFontSize='10' baseFontColor='#FFFFFF' bgAlpha='100' bgColor='#000000' enableSmartLabels='1' manageLabelOverflow='1' useEllipsesWhenOverflow='0' showBorder='0' showZeroPies='1' showPercentValues='0' showValues='1' decimals='0' centerlabel='$label: $value' pieRadius='50' valueposition='inside' labelDistance='10' labelFontColor='#FFFFFF' chartLeftMargin='0' chartRightMargin='0' chartTopMargin='10' chartBottomMargin='0' > </chart> What I'm looking to do is to increase the size of the labels "Major" and "Critical", and decrease the amount of space between the chart and the labels. I'd like to make it look like this: Again, we are on version 3.11.3. I've tried to increase the font size, but when I do that, the "Major and "Critical" move off to the side and look like this:
-
Doughnut chart sliced piece is overlapping the other
veeramani.arthanari posted a topic in General usage
Hi, Sliced piece of doughnut graph is overlapping other values. You can see expanded Equity slice is overlapping on the Alternative Strategies. Could you please provide any solution for this.? Attached the image. Thanks in advance. -
Hi, I'm having values/percentages like 15, 35, 40. If I input these values into graph, the Dougnut graph is adjusting its percentage to 100. So the values I input is getting changed. The above one is just example, in my case it's adding/subtracting the percentage to 0.01 to make sure that graph is having the 100 percentage. Is there any way, I can make the graph to show 99.99% or 100.01% or restrict it to show only the values/percentages I input.? Thanks in advance
- 3 replies
-
- react native
- doughnut
-
(and 2 more)
Tagged with:
-
Hi, I report a new bug, please see this fiddle : https://jsfiddle.net/8jn9hqws/ The rotation is active while it shouldn't with "enableRotation" :"0"
-
Hi, just implemented the new attribute 'showZeroPies' for my doughnut2d charts. Switching between on and off works well with a small amount of labels, in most of my cases 2-4. But there is one chart with 21 labels, where always switching from showZeroPies=1 to showZeroPies=0 crashes with error shown in the attached images. I'm implementing in Angular 6 and Fusioncharts 3.13.2-sr.1. Switching showZeroPies is done with 'chart.setChartAttribute('showZeroPies', '{0|1}')' where 'chart' object is obtained from fusioncharts' component 'initialized' output property. Regards, Paul
-
Hi ! My question is simple : How to place values inside a pie/doughnut chart instead of outside ? Sébastien