Skip to main content

All Questions

Tagged with
0 votes
1 answer
137 views

Highcharts - Heatmap - Legend remove white "dashes"

I need to remove all of these white lines from the heatmap legend. Does anyone know how I can edit these? Rendered Chart Design I'm trying to achieve
Ian Tennyson's user avatar
0 votes
1 answer
341 views

How to display the pie chart legend with proper style so that the chart is visible

I am using high charts wants to show the legend as shown below tried many combination just wanted to know can i move the legend to the left or make the legend transparent so that both image and ...
dhana lakshmi's user avatar
0 votes
1 answer
301 views

Is there any way to add border in highcharts legend text individually?

I need to add border with legend text (legend-item) like I am trying with borderWidth but it gives a border to the whole legend area is there any possible way to do that.
Dhaval's user avatar
  • 958
1 vote
2 answers
6k views

Add a max width to legend in Highcharts

I created a column chart with an horizontal middle left legend. But with this configuration (horizontal + middle + left), the chart is almost not visible. The legend should be wrapped instead of ...
Dounia Azzi's user avatar
1 vote
0 answers
85 views

After clicking Highchart legend, it alters the position of nested legend

I'm trying to make Nested pie chart like follows with nested legend: My JSON for legend is as follows: legend: { y:['open','overdue'].indexOf(this.name.trim().toLowerCase())!=-1?115:10, ...
Akhilesh Kumar's user avatar
0 votes
1 answer
360 views

Highcharts pie on legenditemclick avoid slicing of pie but show animation on legend item

I am using highcharts to display pie with legends. legendItemClick: function (e) { return false; } I am using the above legendItemClick event which returns false to avoid the default behaviour. I ...
Reva's user avatar
  • 225
0 votes
1 answer
393 views

How to change the layout and the alignment of the legend in the Highchart?

I am trying to change the layout and the alignment of the legend in the Highchart. In the JavaScript, the code was initially: showInLegend: true then I modified it to: legend: { layout: '...
ladyweb's user avatar
1 vote
2 answers
86 views

Is there a style to apply that allows the legend to style each series as a button?

I'd like to style my legend so that each series looks like a button so it's more intuitive so users know they can click on a series and filter by each series. How can I achieve this?
genxgeek's user avatar
  • 13.3k