Skip to main content

All Questions

Tagged with
-1 votes
1 answer
162 views

How can I add labels onto the pie pieces that are large enough to contain them, and alongside those that aren't?

I've got simple bogus data that generates this Excel Chart: This is the code: object misValue = System.Reflection.Missing.Value; //add data _xlSheet.Cells[11, 11] = ""; _xlSheet.Cells[11, 12] = "...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
0 answers
399 views

Google donut chart labeled legend as html not string

Can I add custom html for legends of google chart? I want to add additional info and Icon for each part, not only text. I've added this jsFiddle example google.setOnLoadCallback(drawChart); ...
user3003810's user avatar
0 votes
1 answer
2k views

Highcharts same legend color as of the pie chart slice color

Hi i am working on highcharts pie chart, i am showing legend with the chart. i want to show legend color same as of the each slice color. currently each legend color is same. here is my code <...
Dev001's user avatar
  • 256
3 votes
3 answers
4k views

Vertical legend in pieChart in one column in nvd3

I need vertical legend in PieChart. Now library provide only 2 options: top/right. If use right - legend is in several columns. I need legend in one column. I found one hack - correct transform value ...
yAnTar's user avatar
  • 4,490
-1 votes
1 answer
1k views

How to make square legend in google chart?

i am new to angularjs and google charts ,i make a pie chart using google chart but by default it show the legend in circle form but i want to make it in square how this can be done. also if legend ...
Hassan's user avatar
  • 349
0 votes
0 answers
346 views

How to make contrast-colored slices in a pie-chart?

I have a hard time displaying the slices of this pie chart in a clearer manner. The continual shades are difficult to follow. How do I color the slices with contrast colors next to each other? For ...
Little Bee's user avatar
  • 1,215
38 votes
2 answers
75k views

pandas pie chart plot remove the label text on the wedge

the pie chart example on pandas plotting tutorial http://pandas.pydata.org/pandas-docs/version/0.15.0/visualization.html generates the following figure: with this code: import matplotlib.pyplot as ...
fast tooth's user avatar
  • 2,409
0 votes
1 answer
2k views

Highcharts Donutchart: Avoid showing duplicate legend with nested charts

I am trying to represent nested data using Highcharts Donut Chart. The charts are generated quite well, however I am having some problems with displaying the legend. Data to be represented: Category ...
harsha nair'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
3 votes
1 answer
4k views

Highcharts - Display legend for Pie chart in two columns

I have been using Highcharts(v2.1.9) to generate some pie charts. The charts are generated quite well, however I am having some problems with displaying the legend. The legend shows in vertical view,...
ATD's user avatar
  • 51
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
1 vote
2 answers
2k views

Pie chart legend in dc.js 1.7 not showing up

I'm trying to create a pie chart legend in dc.js. However, there is no legend. It just... doesn't show up. Everything appears the same as before I used the legend command. Here is the JSBin Here ...
Jeffrey Biles's user avatar
7 votes
2 answers
6k views

How to disable interactive legend of a pie chart in Kendo UI Charts?

I have craete KendoChart pie with legend. For some reason legend by default is interactive and by clicking on legend items chart enables/disables pieces of the pie. I didn't find any way to disable ...
Mando's user avatar
  • 11.7k
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

15 30 50 per page