Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

How to show filtered legend labels in pyplot pie chart based on the values of contributions?

I would like to plot a pie chart that shows contributions that are more than 1%, and their corresponding legend label. I have managed showing the percentage values I wanted on the pie (see script ...
xiaoshir's user avatar
  • 215
1 vote
0 answers
1k views

How to position chart.js legend on both sides of chart, instead of presets (i.e. top, bottom, left, right)?

I am building a pie chart in chart.js and am looking to split the legend in half, showing each half on either side of the chart. I understand the options in chart.js only allow for preset positioning, ...
Anya's user avatar
  • 21
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
0 votes
2 answers
4k views

Pie chart legend styling using Chart js

How to style legend type from rectangle box to circle? pie chart using chartjs.org
Bangarayya Tadi's user avatar
0 votes
0 answers
197 views

NVD3 PieChart tooltips not shown

I've got some problems with nvd3 pie chart. I tried this example: Example http://jsfiddle.net/shabeer90/30rm9qk7/ I've added nv.d3.min and nv.d3.css to my application. This example looks fine, but ...
Kobi's user avatar
  • 3
48 votes
1 answer
101k views

Legend overlaps with the pie chart

Using matplotlib in python. The legend overlaps with my pie chart. Tried various options for "loc" such as "best" ,1,2,3... but to no avail. Any Suggestions as to how to either exactly mention the ...
cassandra's user avatar
  • 627
0 votes
1 answer
287 views

How to read one column value from CSV file in R in distinct format

How to use legend in R for the following data ID Gender Age Site Times 1 Male 24 Facebook 10 2 Female 24 Linkedin 10 3 Male 24 Twitter 10 4 ...
ashish's user avatar
  • 239
1 vote
1 answer
804 views

Google Pie charts legend navigation icons color

How do we change the color for the navigation links in google pie charts.(the blue text in bottom right corner)
Dheeraj vats's user avatar
0 votes
0 answers
40 views

ggplot pie charts / bar graph, force a legend [duplicate]

I made pie charts embedded in a multiplot as on the picture below. Now I'm struggling to force the same legend on each graph. I would like each legend to be exactly the same for each of the ...
Franky's user avatar
  • 731
1 vote
2 answers
5k views

Python - How to hide labels and keep legends matplotlib?

I would like to remove the labels of a pie chart and keep the legends only. Currently, my code has both. Any idea how to remove the labels? I've tried the code below: plt.legend(labels, loc="best") ...
Gonzalo's user avatar
  • 1,104
3 votes
1 answer
395 views

LegendEntries, Range, PieChart, Delete, Condition

I've been trying to find the mistake or what I'm doing wrong for a few days. I show here the current output and what it should be. I think maybe I'm defining the range with some mistake, or maybe ...
Tomás Ayala's user avatar
3 votes
2 answers
2k views

How to restrict legend size and making it scrollable with piechart? and javafx layouts

I integrated javafx piechart on my swing panel its working fine, but my data list is too big to fit in the legend and the legend is expanding which causes the piechart getting smaller. Id like to make ...
vantilator's user avatar
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
4 votes
2 answers
6k views

How get data name in Highcharts pie chart legend instead of "Slice" using array of values?

I am creating a pie chart in Highcharts with a legend. When I specify the series as an array of values (my preferred method), the legend displays the string "Slice" for each value. If I instead ...
S. Willner's user avatar

15 30 50 per page