score:1
Take a look at this custom code - it hides the last legend group element.
events: {
load() {
const chart = this;
const allLegendItems = chart.legend.allItems;
allLegendItems[allLegendItems.length - 1].legendGroup.hide();
}
}
Demo: https://jsfiddle.net/BlackLabel/b40ysjgu/
API: https://api.highcharts.com/highcharts/chart.events.load
Source: stackoverflow.com
Related Articles
- Highcharts hide legend item from Pie chart
- HighCharts Hide Series Name from the Legend
- highcharts chart height apart from legend
- highcharts hide the chart except the legend
- Hide axes when drilling from column chart to pie chart in Highcharts
- how to show legend in PIE chart from chart to pie drilldown highcharts
- Highcharts remove legend and series from chart on legendItemClick
- Highcharts hide not active series from legend when taking screenshot
- How to modify highcharts legend item click event?
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- Change Highcharts tooltip formatter from chart Object , after chart is rendered
- Disable Print Chart option only from HighCharts
- Highcharts - Legend Positioning outside the chart
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts legend item hover event?
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- Hide 0 values in Stacked Column Chart in Highcharts
- Add dynamic data to line chart from mysql database with highcharts
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Highcharts - resize legend on chart resize?
- Highcharts - Legend item padding
- Highcharts connecting scatter chart and pie chart with single legend
- How to make a pie chart from highcharts responsive
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts tooltip not working
- Highcharts show title text overlayed on Series Pane
- highcharts add percent sign in data values
- Set different width for each column in highcharts
- How to change the height of a pane in highstock?
- Highcharts not changing x-axis label on pagination
- Give the columnrange different colors
- How to make Basic Line chart to show value
- Dynamically change renderer.text css attribute in HighCharts
- Highcharts Export Renderer Image - Only SVG visible
- HighCharts does not recognize a function of Legend
- Highcharts.js question: is it possible to keep some part of chart in visible area always, even if "overscoll" option is set
- Insert data into jquery highcharts fail
- Highstock lineWidth
- How to add an array to an existing two-dimensional array (for use in Highcharts)
- Highcharts Area Chart - Specifying Area Color
- MySQL, Highcharts: "operand should contain 1 column(s):" error
- Highmaps drillup: Error occurs when setting state in React
- Highcharts rangeSelector ytd
- How to enable/disable sections in Pie chart in Highcharts