score:2
You should use two series (first ohlc and second line).
series: [{
type: 'ohlc',
data: [
[1147996800000, 63.26, 64.88, 62.82, 64.51],
[1148256000000, 63.87, 63.99, 62.77, 63.38],
[1148342400000, 64.86, 65.19, 63.00, 63.15],
[1148428800000, 62.99, 63.65, 61.56, 63.34],
[1148515200000, 64.26, 64.45, 63.29, 64.33],
[1148601600000, 64.31, 64.56, 63.14, 63.55],
[1148947200000, 63.29, 63.30, 61.22, 61.22],
[1149033600000, 61.76, 61.79, 58.69, 59.77]
]
}, {
type: 'line',
data: [
[1147996800000, 63.26],
[1148256000000, 63.87],
[1148342400000, 64.86],
[1148428800000, 62.99],
[1148515200000, 64.26],
[1148601600000, 64.31],
[1148947200000, 63.29],
[1149033600000, 61.76]
]
}]
Disabling navigator: http://api.highcharts.com/highstock#navigator.enabled rangeselector: http://api.highcharts.com/highstock#rangeSelector.enabled
Source: stackoverflow.com
Related Query
- Combination of ohlc and line plot in highchart
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- HighChart : plot line and plot click event
- Highcharts shared tooltip for line series and scatter plot not working
- HighChart - Can draw line between Title and SubTitle
- HighChart : plot line click event for multiple chart
- Plot Highchart multiple series line chart using JSON data
- Highchart : How to plot Stacked bar graph with line by below JSON respons
- is it possible to add verical plot line and show the intersection with the series?
- combination chart (area and bar) highchart
- How to plot a line and column chart in react-highstock?
- Highcharts combination of line chart and treemap
- When adding point on dynamically created Multiple Highchart Graphs on a single page, the plot line draws to the start point instead of last point?
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Is is possible to change line color in highchart xy plot for specific y range only?
- Highchart datetime graph x-axis unable to get data on plot when min and max is on
- In highchart how to plot the line in 3d container
- How to draw line from Data label to Marker in Highchart Scatter Plot
- Highchart Combination Chart Area Range not displaying on chart but line chart works
- Find and fill intersection of line chart with plot line in highcharts
- Highchart how to create lollipop type chart with circle and line top/bottom at different positions
- Combining gantt chart and line chart using highchart
- Mark a point and draw plot lines in Multi Series Highchart
- column highchart overlapping and axis X line issue
- new to highchart and stuck with type datetime , data not plot
- Rsquare best fit line in actual and precited scatter plot with d3.js/chart.js/highcharts
- Highchart heatmap plot x-axis on time and y-axis on string
- cannot draw second regression line in scatter plot on highchart
- Highchart Line and Range
More Query from same tag
- Loading map data from highcharts.com
- SVG as labels in HighChart stacked column chart
- highstockchart range selector x axis date is displaying only jan 8 1970 to jan 19 1970
- Total value contains part of current value in highcharts
- How to fix the width of bar in waterfall chart as well as its x-axis width of one group.?
- rCharts - Data label for Highcharts bubble chart
- Highcharts: Too many datapoints in scatter - only circles get rendered
- Center of chart(pieChart)
- Integrate Highcharts with Angular5 without any 3rd Party library
- Highcharts paint zero axis black
- How to display historical data and live data from database using Highcharts
- Heatmap With Custom Data Cannot Display anything
- Highcharts - Get all renderers in a chart
- How to represent hour to hour Highcharts tooltip - Time series?
- Date formatting for X-axis labels only showing as 'Jan'
- high-chart not showing date and time in xaxis
- Highcharts IE8 - Error on page
- Highcharts align data label based on positive / negative value
- rcharts highcharts plotLines
- How to load data from JSON to Highchart?
- How to bring up tooltips in a line chart when the points are on the same point x
- Customize legend in highchart
- Poorly Ordered Data Over Websockets
- Move label above bar
- Highchart's gauge with gradient plotband
- Displaying multiple graphs on one page using lazy high charts
- Highchart clickable link in tooptip
- Highchart bar chart start bar from centre instead of left
- Highcharts Solid Gauge Legend Symbol
- Update Series Array on HighChart after editing chart