Skip to main content

All Questions

Tagged with
-1 votes
1 answer
72 views

How to separate legend and chart when having three chart

i have 3 pie charts which have legend in below but in first pie charts there are 10 legend and in second there are only 4 legend then when i give padding to chart to adjust the 10 legend then in ...
Amit Thelkar's user avatar
6 votes
2 answers
30k views

How to create legend position in pie chart.js?

i am using chart js for developing my pie chart. i want to create the legend position just like this. anyone please help me to solve this... here is my code... i actually want the result just like ...
trubex's user avatar
  • 139
1 vote
1 answer
2k views

How to remove chart symbol from legend in ArcMap Desktop

I am creating several maps for a client with pie charts as the symbology. However, in the legend there is an additional pie chart with a number after it. I have searched through the settings of both ...
C. Croke's user avatar
7 votes
1 answer
2k views

Each label of the chartjs pie chart's legend on a new line

I have a pie chart using chart.js 2.0. (jsfiddle) var ctx = document.getElementById("myChart").getContext('2d'); var myChart = new Chart(ctx, { type: 'pie', data: { labels: ["Green", "Blue", "...
Andrei's user avatar
  • 1,353
5 votes
1 answer
22k views

How can I make legend next to my piechart in R?

I have made a piechart in R with the next code: #make slices slices <- c(19, 26, 55) # Define some colors colors <- c("yellow2","olivedrab3","orangered3") # Calculate the percentage for each ...
user5543269's user avatar
1 vote
2 answers
633 views

try to display htmltag string in extjs pie chart legend text

before after my code link (for refrence): https://fiddle.sencha.com/#fiddle/d32
AtmiyaDas2014's user avatar
1 vote
2 answers
1k views

Extjs 5.0.0 does not show labels in 3d pie chart

I am using extjs 5 charts and want to create 3d pie chart. I am using the following code to show legend on the right hand side: legend: { docked: 'right', }, It works in pie series, but not in ...
Jamol's user avatar
  • 3,858
2 votes
2 answers
2k views

Flot - Donut Pie Chart - Customize legend

I created a Donut Pie chart using Flot. Is there a way to customize "Legend"? I want to GFavorite, G2 and G3 to font to be bold. I added: pie: { innerRadius: 0.5, show: true, ...
user1166240's user avatar
0 votes
1 answer
266 views

Highcharts: legendItemClick: make background transparent instead of deleting it

I know how I can prevent from deleting a slice from pie chart, legendItemClick: function () { return false; } but how can I make slice to be transparent instead of deleting it from chart? I ...
Denees's user avatar
  • 9,148
3 votes
1 answer
2k views

Draw pie chart from DataGridView with column name as series

I have a datagridview "regionVolumeTable" and a chart object "pieChart" in C# code with one row of data in the datagridview object and the layout like this DATE | NY | MA | CA | FL 3/1/13 ...
Queenian NY's user avatar
1 vote
2 answers
3k views

RDLC Pie chart, legend to show value from database

I have a .RDLC with one pie chart designed. The pie chart is used to display the slices of a service which we offer. We offer 3 levels of service - 1, 2 and 3. 1 = Office demo. 2 = Trial and 3 = ...
Andrew's user avatar
  • 11
4 votes
1 answer
6k views

wpf chart legend

How do I enlarge those rectangles ? I'm using wpf toolkit charts and I've tried to play with the control legend but it didn't helped.
Erez's user avatar
  • 6,496
1 vote
3 answers
5k views

Flex 3.0 : Showing data in the legend of a Pie Chart

I'm a newbie to Adobe Flex 3.0. I need to show data within the Pie Chart Legend, alongside the colored markers. I have a few vague ideas about how to go about it. (Maybe I would have to write my ...
aliensurfer's user avatar
  • 1,640