score:1
Accepted answer
You need to disable visible
property for the first and the third series:
series: [{
name: 'Test1',
visible: false,
data: [...]
},
{
name: 'Test2',
data: [...]
},
{
name: 'Test3',
visible: false,
data: [...]
}
]
Live demo: http://jsfiddle.net/BlackLabel/qtmh975p/
API Reference: https://api.highcharts.com/highcharts/series.area.visible
Source: stackoverflow.com
Related Query
- HighCharts Disable some Series Name from the Legend
- HighCharts Hide Series Name from the Legend
- Hiding a Highcharts series without using the legend
- 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 do I hide a Highcharts series from the chart, but always show it in the tooltip?
- Showing HighCharts series name on x-axis and in 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
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- Highcharts - Disable the legend of secondary y axis by default
- 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
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?
- Highcharts column how to move series name to the title position with bigger text size
- Change the series title in a Highcharts drill down legend
- Disable highchart legend if series name = 'SP'
- Highcharts remove legend and series from chart on legendItemClick
- highcharts - Custom legend - sending the name of the filter to a php file
- How can I add a link to a Highcharts series name in the legend?
- What is the name of the Highcharts type interface that provides series types?
- Highcharts - Sankey chart - How to display some series dataLabels name into icon or some different name
- highcharts with dynamically adding multiple series from JavaScript array name value pair
- How to manually trigger the afterSetExtremes event from a series click event in HighCharts
- Highcharts hide not active series from legend when taking screenshot
- Hide highcharts series name on the chart
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- Highcharts multiple series from JSON with different style depending on serie name
More Query from same tag
- Highcharts Legend titles changing after drilldown and back?
- angular/cli and typescript version compilation error
- Highcharts: Network graph: marker radius = number of connections
- Highcharts data grouping method for objects
- Live chart in Highcharts makes the line series very .. mountainous
- Creating a Simple Line Chart with Highcharts
- Highcharts showing ticks number, instead of date
- how to use tickInterval or step in the highcharts?
- How to use HighStock's tickPositioner to set tick at end of month?
- HighCharts/Highstock: How to programmatically draw the mouse line
- Ruby on Rails - Chartkick - Highcharts drilldown
- Use single color for all series in the same chart
- Highcharts series update with animation
- HighCharts - Disable Mouse Over when a Point is selected
- Highcharts tool-tip show extra data
- Highcharts spans beyond bootstrap column width when implemented as an angular directive
- Can not get series data in Highcharts, Highstock
- Highcharts bar chart with fixed bar widths and gaps
- Highchart changes chart width when user hides the graph lines
- About HighStock multiple data tooltip
- Adding image in highchart
- how to display hctreemap2 unique levels?
- Symbol-outline with pie chart -or- custom legend symbols
- Highchart Date time interval in x-Axis
- Gon variable is not defined in js.erb file using ajax
- passing $_POST["City"] mysql using highcharts
- Highcharts drill down - x-Axis labels loss on drillup
- Plot line is hiding behind trend in highcharts and movement of plotline is become very hindrance when loaded with very large data sets
- Open Highcharts in modal window
- Highchart Semi Circle With Gauge Chart. Shrink pie chart and move gauge up