score:0
you can do this with the visible property, just add to your options:
series: [{
visible: false
}, {
visible: true
}]
series represents your array of series, in this example has two series, the first hidden and the second visible. you can check this fiddle that uses data csv too:
hope it helps!
Source: stackoverflow.com
Related Query
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- Highcharts with JSON data and multiple series
- Creating a line graph with highcharts and data in an external csv
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts show the same yAxis start and end value with multiple data series
- Overlay 2 series of data of different length with highcharts
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- HighCharts column chart populated with series data from a function
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts same types of data with different series
- HighCharts activity gauge populated with series data from a function
- Loading json data to highcharts with multiple series
- Highcharts : using same div to load a chart multiple times with different series data
- Highcharts multiple series with missing Data Points
- HighCharts BoxPlot With Multiple Series Having Single Data
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Too many series drawn with unused CSV data column
- Static Highcharts graphic with external csv data and dynamic footnote
- Static Highcharts graphic with csv data and dynamic footnote
- Highcharts to display area range and line chart with data from a CSV file
- Display data from CSV in Highcharts with Angular
- highcharts column : add dynamically series with drilldown data
- Highcharts cloud issue with data source when duplicating chart
- Export data from highcharts in csv file with dates in milliseconds
- How to update just data attribute under series in highcharts with json?
- Adding HighCharts Data Series With Property Names
More Query from same tag
- Highcharts chartWidth no longer works with chart.getSVG()
- Highcharts- Unable to change yAxis label
- Highcharts: overlapped columns in exported chart
- Tooltip.followPointer does not work in highcharts 3
- HighCharts - two Y-axis, one with max value
- Highcharts Area Chart - Specifying Area Color
- HighChart Line Graph value from database
- Dynamically load in series HighCharts
- How to make highcharts with dynamic datetime range with monthly interval
- How to add radio button in highchart legend symbol
- Highchart draggable point - watch changes from component
- Text on SVG circle
- Highcharts with dynamic yaxis labels as strings
- Highcharts polar : series appear over others when toggle to visible
- Highcharts xrange refuses to exhibit drilldown behavior
- Binding json result in highcharts for asp.net mvc 4
- Highcharts: tooltip Click instead of hover
- Highstock, split tooltip and opposite xAxis?
- Including server tags within javascript
- How to enable scrolling in advanced accessible charts in highcharts
- Can I create a Javascript chart from this table?
- Does Highchart.js not have 'stacked percentage bar' chart
- Update Tooltip onclick using customButton Highcharts
- How to generate chart/graph on node.js as an html file
- highcharts splines chart - large data should plot specific data only
- Using an array for data in highcharts
- Highchart Drill Down do not work for different chart types on same page
- Show only two axis values in highcharts
- Highcharts Export without internet
- Parse string to set of data in JavaScript(jQuery) to match series in HighCharts