score:1
Accepted answer
Fixed, there's a flag that can be used called usedOhlcData in series object. (series[0] in my case]. We just set it to true.
series:[{
data:[],
useOhlcData:true,
...}
,{
...
}]
Source: stackoverflow.com
Related Articles
- Highcharts - Highstock chart showing double line on hovering data points to show tooltip
- Highcharts - Indicator's data not showing in line chart
- Highcharts line chart tooltips not showing correctly?
- Add dynamic data to line chart from mysql database with highcharts
- HighCharts missing data points on line chart
- HighCharts Angular - data from API not showing in chart
- Highcharts series showing different data for 'column' and 'line' chart
- Highcharts display label for pie chart using html table as data source
- How to bind data to line chart in highcharts in MVC3?
- Highcharts convert: not showing pie chart data labels
- No data to display in highcharts showing up with the data in Bubble Chart
- Highcharts Line Chart - Hyperlink on a data point
- Highcharts stock chart not showing up with custom data
- Data Conversion from SQL, C# with Linq to JSON for Highcharts Line chart
- Highcharts to display area range and line chart with data from a CSV file
- Highcharts cloud issue with data source when duplicating chart
- how to make chart real time with 2 line and get data from php with highcharts
- Highcharts real-time line chart with multiple data streams
- Produce highcharts multiple line chart from JSON / MySQL data
- Highcharts Single line series with single data not showing plot
- Highcharts Line Chart does not fit data into all of categories
- Highcharts line chart not loading data
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- Line chart is not showing and is considered as a part of the column data
- Load mysql data to Highcharts line chart using JSON
- Highcharts data from Google spreadsheet show line chart for one series
- Is it possible to have the line chart data points in highcharts to be represented as a rectangle instead of a circle?
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- HighCharts turn animation false for line chart
- Reload chart data via JSON with Highcharts
- Allowing some padding space in polar charts using Highcharts
- HighCharts Vue JS - CSV key
- Highchart chinese colon display incorrect when exporting
- Highcharts X-Axis as Text
- Show specific data in the highchart's title
- Highchart Columns - Space between columns not changing
- Modifying text in resetZoomButton doesn't work - highcharts
- Highstock : Yaxis last horizontal label value not showing
- applying stock chart style in highchart
- Highcharts multi-color line
- Highcharts - update chart using ajax
- Highchart - xAxis values are to close
- multiple Drilldown in Highcharts using values from database in ruby on rails
- Dynamically change renderer.text css attribute in HighCharts
- Why is my addPoint() not recognized as a function in my highcharts code?
- Calling Highcharts within a function
- What means '404 2716' when trying to run JavaScript library with Django?
- Hiding legend item box when using check box in Highcharts
- Add time-stamp data from multiple csv files to highchart
- How is it possible to show the menu of a chart with React Highcharts?