score:91
Accepted answer
Oh, I found it, hope the solution will save time for someone. Use visible:false
in series defenition
series: [{
name: 'MyHiddenLine',
data: [1,2,3],
visible: false
},
Source: stackoverflow.com
Related Query
- Hide line in default state in Highcharts
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts hide connected line between individual points
- Hide or Disable Legend or Label in the end Highcharts line
- Highcharts graph default series fillColor overrides the state fillColors (jsfiddle included)
- Highcharts Stockchart gui default line annotation color black
- How to hide line but keep data labels in highcharts
- Hide segment of a line in Highcharts
- Hide connection to points outside x-range in Highcharts line chart type
- HighCharts Hide Series Name from the Legend
- Hide axis and gridlines Highcharts
- HighCharts turn animation false for line chart
- How to make highcharts default to 0 for missing data
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- How can I hide series from a HighCharts legend?
- highcharts hide zoom reset button, call zoom reset programmatically
- How to hide labels in the highcharts in the pie
- How can I hide a series from initially being displayed in Highcharts
- Highcharts => Getting the id of a point when clicking on a line chart
- missing value in highcharts line graph results in no line, just points
- Highchart hide default buttons
- Can I add an "average" line to Highcharts Chart?
- How can i hide all the Series in highcharts at a time
- Highcharts vertical line (crosshair) logic
- Improve performance of Highcharts line chart
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts highlight single point on line
- Highcharts - How to hide series name and Y value in tooltip
- How to hide a highcharts pie slice programatically
- Highcharts - animations other than the default
More Query from same tag
- Adjust the saturation of a sunburst level - Highcharts
- Pass a textfield value from php to javascript
- How to Control Highchart.js Dom Elements Through CSS Rules
- How to conserve the highchart graph locally?
- How do you get the mouse hovered label value with the highcharts custom event plugin?
- why HighChart is not visible in asp.net
- How to center highcharts pie chart and legend on a page?
- Transfer Multiple Textbox value into Pie Chart slices(Percentage)
- Highcharts: Select a single chart?
- Disable tooltip for one point?
- React: How to show correct date and plot data as Months in Highcharts
- R Highcharter: Clever way to separate legends or multiple charts with synchronized zoom/tooltip?
- Highchart JS Set data not updating Export: ShowTable on Dropdown Event but chart updates fine
- How to add text when exporting a chart in highcharts?
- Add new data to a Highchart pie chart dynamically
- How to display Html Entities in High Charts labels
- Highcarts with zoomType + default level
- Highcharts grouped column labels
- ObHighchartsBundle: custom and set correctly xAxis with datetime and interval from DQL queries
- Undefined property in array of arrays
- Highcharts how to enable scrollbar without setting min or max
- Highcharts combination chart from JSON data
- Highcharts bar chart tooltip HTML positioning
- HighCharts and PHP json_encode. Data from MySQL. No data on chart
- Displaying linechart using angular2-highcharts
- Radial Gradient, for plot bands on a gauge?
- Highcharts not displaying in jEditorPane
- Highcharts: how to get the data points in the zoomed window?
- load data in highcharts from 2 different csv files
- Highchart - overlapping label should NOT be hidden