score:1
Accepted answer
That issue is related with dataGrouping
. As a solution you can set groupAll
to true
:
series: [{
dataGrouping: {
groupAll: true
},
...
}]
Live demo: http://jsfiddle.net/BlackLabel/9gs8ukye/
API Reference: https://api.highcharts.com/highstock/series.line.dataGrouping.groupAll
Source: stackoverflow.com
Related Query
- High Charts Range Selector
- High Charts Data Table not filtering data by range selector
- How to disable range selector from highstocks charts
- Vaadin Charts (Highcharts) - Range Selector - Monthly Data
- Range Selector in Are Graph of High Chart
- Highcharts synchronise range selector and navigator on 3 charts
- Modify the text of Range selector in high stock
- High charts remove dots from the line graph
- World map paths data in react high charts
- Customizing the Stockchart range selector buttons from HighCharts library in GWT (and Javascript in general)
- knockoutJS dynamic chart with high charts
- change legend color high charts based on data
- Highstock setExtremes with a custom range selector button
- High Charts fails to add series dynamically
- How to set the x value for High Charts error bar
- Adjust Highcharts data grouping based on range selector
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- High charts logarithmic scale?
- High Charts - mouse over event on any part of graph
- How to generate multiple high charts in ng-repeat
- dynamically creating the values for high charts
- Can a Highcharts range selector use non-date linear ranges?
- Resize High Charts based on grid layout width and height using react
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- Range selector input fields can't edit after hide() show()
- High charts queue chart updates after ajax with multiple charts in firefox
- high charts consuming high CPU
- Convert the y-axis values to Millions in dual axis high charts
- Dynamically setting xAxis rotation in high charts API
- Click event on bar high charts in angular 2
More Query from same tag
- How to use loops for categories in Highcharts
- Highcharts: Offset origin for positive and negative values
- How to divide data from the series in highcharts
- Highcharts event on animation complete?
- Javascript - Page slow to show after not being the active tab
- Highmaps: Panning programmatically
- How to display raw decimal numbers on tooltips in Highcharts.js
- Highcharts make pie chart goal value only 50%
- How to make the full million value show up on y-axis and tooltip (Highcharts)
- How can I take a backingbean GSON string to Highcharts
- How to disable dragging of Highcharts annotations?
- ERROR Error: Cannot set property 'text' of undefined
- Highcharts accessing all records from database
- Highcharts: Fade plotLines based on hover on marker
- Highcharts export all data in Stockchart
- How to remove Board and HR/CFO from Highchart organization?
- dashStyle property is not working in angular 4
- refactor javascript to an external file
- How to use candlestick highchart in Angular2?
- High Charts tooltip
- Does highcharts (or vaadin) have built-in abilities to use an algorithm like Ramer–Douglas–Peucker?
- How to make highcharts with dynamic datetime range with monthly interval
- Highcharts - Change legend index order
- How do I set the background color of a Highcharts HTML label?
- Stacked bar chart from JSON file - seems to be ignoring a value
- highcharter markdown presentation
- High Charts export image on the server
- Highchart save chart image using cURL
- Highcharts / Highmaps with Angular - Cannot run demo
- Adjust datalabel to specific position (HIGHCHARTS)