score:2
Accepted answer
Configure all but the first series to have visible: false
:
$('#container').highcharts({
series: [{
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}, {
data: [144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4, 29.9, 71.5, 106.4, 129.2],
visible: false
}]
});
Example here.
Source: stackoverflow.com
Related Query
- How to disable label from Highchart
- How to draw line from Data label to Marker in Highchart Scatter Plot
- How to render Gantt Highchart from data source
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- How to display highchart series line marker symbol from tooltip formatter?
- How to disable range selector from highstocks charts
- How to dynamically change axis from linear to logarithmic in HighChart
- How can I generate a real-time highchart from my database data?
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- How can I prevent my HighChart bar chart from being inverted?
- How to hide highChart plotLine label until mouseover?
- How to update Highchart from inside react a component?
- How to set series-label to false by default and change the color of series label text in highchart
- Highchart how to animate from the xaxis bottom line upward
- how to disable or override the fonts inherited from svg in the web pages by default
- how to exclude last column from highchart from table
- how to apply text-align center property to highchart custom label
- how to add dynamic xaxis category label name in new point highchart
- How to disable or remove the default HighChart loading message?
- how to add dynamic y axis in highchart from specific point of x-axis
- How to change time in hours on HighChart xAxis from Military to Standard time?
- How to remove Title from highchart flags
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- How we configure highchart x axis start from first tick?
- How can I render a watermark image in my highchart from local directory?
- How to get image of graph from highchart in web page only?
- How can i export row data from highchart to excel file and not csv?
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
- How to show highchart graph depends on select tag from HTML
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
More Query from same tag
- Highchart plot from two vectors: split the vectors?
- Highcharts change value out of csv file before plotting as epoch time not in ms so it has to be multiplied by 1000
- Change bar color directly in highcharters' hcchart function
- Highchart Heatmap remove empty rows on legend toggle
- Highcharts Tooltip - Returns unwanted empty string causing render problems
- Control HighCharts export options
- Insert data into jquery highcharts fail
- Date formatting for X-axis labels only showing as 'Jan'
- How do I create a graph from JSON data in Ruby on Rails?
- Highcharts Renderer Button ID
- Highcharts API legend doesnt appear
- Highcharts - Add bar graph to a pie chart
- how to reduce/increase gap between horizontal legends- highcharts
- highcharts using pie chart plotOptions
- Highcharts not aligning to ticks
- Build highcharts from oracle with html, java, json
- Highcharts Chart.container Issue IE8
- How to display content $scope in HighCharts?
- Highchart basic chart using nodejs
- Update datalabel on click of a point on the series of a highcharts timeline chart
- Highcharts pie legend clipped off
- In HIGHCHARTS unable to set the max point in the gauge
- Highcharts show all categories even when no data
- Is possible to zoom with mouse in Highcharts?
- Highchart how to use custom javascript variable in highchart?
- Jquery, highchart: render plot on button click, roll backs
- Highcharts yAxis click event
- Highcharts Pie chart return slice animation on mouseout
- Highcharts - Even tick with uneven spacing
- Highcharts + Angularjs : Graph doesn't redraw when adding series from an external event