Skip to main content

All Questions

0 votes
1 answer
38 views

Shared legend for 2 Highcharts using React

I want a shared legend for 2 areaspline highcharts. Using react, I am unable to create that shared legend between the 2. My code: component.js: import React from "react"; import "...
nb_nb_nb's user avatar
  • 1,347
0 votes
0 answers
23 views

Highmaps mapbubble legend moves when zooming in the map

I use Highmaps to display bubbles on a mapline. Everything works well but if I display in the legend the color axis and the size of bubbles, there is a strange behavior when I zoom in the map. The ...
vegaelce's user avatar
  • 121
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
0 votes
0 answers
90 views

How we can implement the same functionality of onClick of legend as we have for hover in Pie chart Highcharts?

How we can implement the same functionality of onClick of legend as we have for hover in Pie chart in Highcharts? I want to implement the same functionality on click of legend as we have for hover. eg....
Rahul Chauhan's user avatar
0 votes
1 answer
163 views

Highcharts same legend color as of the Pie chart slice color?

I want to have the same colour for legend text as the corresponding slice colour have in Pie chart. I have seen by default the dot before legend text takes the colour of slice colour but not text of ...
Rahul Chauhan's user avatar
0 votes
1 answer
374 views

Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox

try https://jsfiddle.net/74cgu6pm/7 on both crome and firefox you will get to know the issue.legend: { width:'100%' },
jayanti khutwad's user avatar
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
1 vote
2 answers
431 views

How can I add a text link just below the legend box in highcharts

I would like to add a text link just below the last item of vertical legend on a pie chart. I have tried using a function inside LabelFormatter but not experienced with javascript to do the function ...
araya lakew's user avatar
1 vote
1 answer
466 views

R Highcharter customize legend to show only certain values

I need the legend to show candidate names and their colors where interval == 3. see plot here Subsetting the stops df (stops[my.cols$interval==3])) works for the legend, but it also changes the ...
par's user avatar
  • 103
0 votes
1 answer
473 views

HighCharts Disable some Series Name from the Legend

I am using HighChart,i want to disable legend as the given example there are 3 legend (Test1,Test2,Test3), I only want that there will be only one (Test2) to show and others are disabled, this....
Himanshu itmca's user avatar
0 votes
1 answer
327 views

Can we show legends in a popup instead in the chart container with Highcharts.?

I am new to highcharts. The chart legends are shown below the chart which takes too much space. Can we implement something like a popup in which those legends will be placed. We will add a button in ...
Pratik Rawlekar's user avatar
0 votes
0 answers
196 views

How to add legend to a 3D scatter graph using Highcharts?

I am trying to add a legend to a 3d graph using highchart but i am unable to do that..How can i achieve that ? Below is the jsfiddle code jsfiddle Below is the code i added for legend but its not ...
Puneeth Kumar's user avatar
1 vote
0 answers
38 views

Highchart Column chart with additional legend element

I've written the folowing chart: monthlyColumnChart = Highcharts.chart('MonthlyColumnChart', { chart: { type: 'column', events: { load: function (event)...
TimoW's user avatar
  • 25
1 vote
1 answer
299 views

Highcharts crosshair label is behind legend

When crosshair label gets too long, it reaches the legend. And legend is over the crosshair label, because it comes later in the code of Highcharts svg. xAxis.crosshair.zIndex doesn't effect it at ...
kakaja's user avatar
  • 734
1 vote
0 answers
186 views

Highcharts - pie chart : applying curreny pipe for labelFormatter

I am trying to create a pie chart using highcharts. For the legend I want to apply my customized pipe to show the currency. But I am not able to do that. chart legend code legend: { align: ...
Lakshmi Prasanna's user avatar

15 30 50 per page