score:1
Accepted answer
This behaviour is caused by the data-gropuing feature. You can disable the feature:
"plotOptions": {
"area": {
...,
dataGrouping: {
enabled: false
}
}
}
or control anchor behaviour:
"plotOptions": {
"area": {
...,
dataGrouping: {
anchor: 'end',
lastAnchor: 'end'
}
}
}
Live demo: https://stackblitz.com/edit/highcharts-angular-stock-mpcl1d
API Reference: https://api.highcharts.com/highstock/series.line.dataGrouping
Source: stackoverflow.com
Related Articles
- Ending Series points don't show up on highchart area type chart for large series data
- How to combine 2 series in area chart - Highchart
- HighChart type = area hover color change at several points
- Highchart - show / hide an y-Axis without hiding the series
- Highchart Area Range chart with gradient that follows the line
- Can highcharts crosshairs show on top of area chart fill?
- Which chart type should i choose to show change in values between 2 dates?
- Highcharts - How can I remove starting and ending padding from area chart
- How can I extend the lines of this Highchart series to the edges of my chart area?
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - Remove first marker from Area chart in every series
- Show Highchart series horizontally below each other
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Highcharts: show series on legend but hide on chart
- Change chart type and redraw with multiple series in Highcharts
- Change chart type with drilldown series
- trying to dynamically update Highchart column chart but series undefined
- Highchart / Highstock stack column chart show one series's tooltip at a time
- How to show Legends for all the series data in stacked column chart Highcharts?
- Area spline chart using Highchart
- Highchart Polar chart - 4 nested circle with different series
- Highcharts - gap between series in stacked area chart
- Update Series Array on HighChart after editing chart
- Adding series markers to highcharts area chart
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- Show Indicator at last point on Highchart spline chart
- Plot Highchart multiple series line chart using JSON data
- Wrong data display when i set multiple series type in highstock chart
- Highcharts - Show the percentage difference between data points on a series
- highcharts change chart type using dropdown for multiple series
- Passing in Id for each data item in bar chart using highcharts
- Highcharts update pointRange, pointWidth after initial render
- Custom Notation in HighChart series
- How to add custom exporting button in highCharts?
- how to remove the base line on the yaxis of highcharts?
- HighCharts: local variable not working in "data:"
- tickInterval & categories. Only first category shows
- What would be an alternative to running Twig for loop inside javascript?
- Highcharts: Logarithmic chart with Y Axis [100, 99.9, 99, 90, 0]
- Highcharts How to add data label to last data point of a series
- Trouble showing high-maps and high-charts on same page?
- Auto Update Highcharts with Ajax
- Increase the size of one country on a HighCharts map?
- Highcharts timeline series positioning
- HighCharts Bullet Chart label show on top Possible?
- Highlight multiple series in Highcharts
- rCharts : Highcharts column with color based on value
- How to set an option in Highchart inactive by default
- How to find the radius of the piechart/donut chart
- Set Specific Range on X-Axis in HighCharts