Skip to main content

All Questions

-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
0 votes
0 answers
25 views

How can we change the position of legend using highcharts?

I am building a pie chart with highcharts js, but having a problem. As shown below, I was able to put the legend on the bottom, but it's not aligned with the chart. I am trying to put the legend at ...
SuWon's user avatar
  • 23
1 vote
1 answer
44 views

How to remove one legend option for Semi circle donut?

I need to leave just one legend option for this chart. enter image description here My code: series: [{ name: 'Brands', innerSize: '60%', colorByPoint: true, ...
Artem Shakun'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
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
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
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
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
0 votes
0 answers
716 views

Highcharts Legend styles no longer rendering correctly

I have had these charts built for a couple months, and just today the styles of the legend seem to have shifted about 150px to the left. They were just right-aligned from the pie chart but now render ...
Nick G's user avatar
  • 1,219
4 votes
1 answer
6k views

HighCharts legend.value and legend.percent items to 2 decimal points Math.Round()

unfortunately with how lengthy this thing is I don't have a fiddle for it, as I didn't build it, but basically all I am trying to do is assure that these values get set to two decimal points, ...
Nick G's user avatar
  • 1,219
0 votes
3 answers
3k views

Highcharts, exclude data point from legend on pie chart

How can I exclude one specific data point from legend on pie type of chart, but show all others?
El Kopyto's user avatar
  • 1,177
0 votes
1 answer
1k views

Highcharts: how to make slices readjust when disabling one?

Is this possible? I want the other slices in the pie chart to adjust to a full circle when one is disabled in the legend, rather than just making an empty slice..
Kyro's user avatar
  • 667