score:233
If you don't want to show the series names in the legend you can disable them by setting showInLegend:false
.
example:
series: [{
showInLegend: false,
name: "<b><?php echo $title; ?></b>",
data: [<?php echo $yaxis; ?>],
}]
You get other options here.
score:1
Replace return 'Legend' by return ''
score:5
showInLegend
is a series-specific option that can hide the series from the legend. If the requirement is to hide the legends completely then it is better to use enabled: false
property as shown below:
legend: {
enabled: false
}
More information about legend
is here
score:6
Looks like HighChart 2.2.0 has resolved this issue. I tried it here with the same code you have, and the first series is hidden now. Could you try it with HighChart 2.2.0?
score:23
Set showInLegend to false.
series: [{
showInLegend: false,
name: 'Series',
data: value
}]
Source: stackoverflow.com
Related Query
- HighCharts Hide Series Name from the Legend
- HighCharts Disable some Series Name from the Legend
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- Highcharts hide not active series from legend when taking screenshot
- Hide highcharts series name on the chart
- Hiding a Highcharts series without using the legend
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- How can i hide all the Series in highcharts at a time
- Highcharts - How to hide series name and Y value in tooltip
- Is it possible to hide the line & symbol next to Highcharts legend items?
- How can I delete all of the points from a highcharts series
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How to hide series via the legend in highstock ?
- Highcharts hide series without change legend color
- Showing HighCharts series name on x-axis and in legend
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- How to keep the highcharts legend "on" while hiding the series
- Hide or Disable Legend or Label in the end Highcharts line
- Stop Highcharts from cropping the series line between points on the x-axis
- Change the legend in highcharts heatmap to show instead of a color bar, a set of fixed icons with hide and show on click
- Using .hide() on pie series to hide a single slice like the legend event
- highcharts hide the chart except the legend
- Cannot display a legend with special character in highchart from the serie name
- Highcharts Line Chart, display series name at the end of line series
- Highcharts - Series data from MySQL in the expected format
- Highcharts data from google spreadsheet hide all series except one at start
- Highcharts hide legend item from Pie chart
- How to hide Series Name in HighCharts Tooltip when using pointFormatter
More Query from same tag
- how to create donut chart using highcharts?
- add event to x-axis labels of bar highchart
- highcharts 5.0.14 phantomjs issue with missing axis titles in exported image
- Setting tick interval dynamically in highstock chart
- Column chart not showing series properly in Highcharts
- Formatting Highchart's Date in Tooltip Causes Values to Change
- Network diagram meets Sankey chart
- Highcharts - Unable to remove xasis titles while drill down
- highcharts datalabel dynamic rotation as column height
- Use Material UI theme attributes for styling highcharts - React
- ERROR TypeError:Cannot read property 'forEach' of undefined in Angular
- How to set a minimum range in highstock navigator?
- Automatically plot accumulated data
- Highcharts gauge not showing colour as expected
- how to fix tooltip after highchart upgrade
- When I use Drilldown(Highcharts), My build --prod becomes very large in angular 8
- Highcharts display date as series label from JSON data?
- Highcharts problem - showing labels in zoomable chart
- Highcharts Angular Chart not redrwan from renderer.button event
- How to import data from google spreadsheet in Highmaps map bubble
- Navigator showing at 1970 when first point is null
- Highcharts change plotBackgroundColor dynamically
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- Why is the data showing up incorrectly in the chart?
- Why can't I get individual bar colors in a candlestick chart in highstocks.js for more than 55 bars?
- How i set actual value of xAxis in tooltip of highcharts
- How do I reset Highcharts bar color back to it's original color?
- highcharts drilldown click listener for short column bars problem
- Form data series for highcharts columns