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 Query
- Ending Series points don't show up on highchart area type chart for large series data
- How to show Legends for all the series data in stacked column chart Highcharts?
- highcharts change chart type using dropdown for multiple series
- How to combine 2 series in area chart - Highchart
- HighChart type = area hover color change at several points
- Save series chart type for later use
- How we can show Highchart column-placement chart for negative values?
- Add average to highchart dynamically by zoom level for every series on chart
- How to get Highchart plots plotted only for starting and ending points
- Apply outer border for the highchart area chart
- High Charts for an area-spline chart with area fill on only one data set in series
- Printing a highchart to show data for all the points
- how to create area highchart for large amount of data based date?
- Heatmap chart is not showing properly for large data points
- Highchart bar chart handle over lapping data lables for series
- Highcharts data from Google spreadsheet show line chart for one series
- Dynamic add series and categories for highchart drill down chart
- Highchart - show / hide an y-Axis without hiding the series
- Highchart Area Range chart with gradient that follows the line
- highcharts - chart names for multiple pie chart series in one chart
- Highchart (Column Chart) : Few data labels are not appearing for a series
- 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
- Highcharts, Can you change the chart type for drilldowns?
- Use single color for all series in the same 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?
- Columns HighChart remove spacing for empty data series
- How to use add series and update methods in the high chart wrapper for angular?
More Query from same tag
- Highcharts. Add text at right side and export all into PDF
- Highcharts wind direction
- Hidden duplicate legends in Charts
- Different xAxis label, max and colors for drilldown in Highcharts
- How to change aspect ratio and remove spacing in Highchart's gauge arc chart
- How to add Highchart Bar lines and lables?
- R highcharter bar color based on value
- Highmaps with rich information in separate container
- Add a dropdown to Highcharts to change chart type with AngularJs
- Highcharts Area chart gradient fill
- Mouse wheel event in highchart reduce xaxis height
- Highcharts show x-axis labels as weekly intervals
- HighCharts/Highstock: How to programmatically draw the mouse line
- Change from graph/Highcharts to maps/Highmaps in my API
- HighStock baseSeries value is not getting updated
- ASP.NET WebRequest to Highcharts export server
- Made dynamic highstock with PHP data
- Display multiple chart in one page
- Highchart graph customization not performing well
- jQplot with tooltip for the peak value?
- highcharts and django passing a dictionary
- HighCharts: Updating stops in yAxis does not work
- Highcharts renderer.text as export only
- RoR, Javascript - how to automatically update charts from table?
- How to generate highcharts chart from multiple local json files
- Highcharts Format tooltip for linkedTo: ':previous'
- highcharts: how insert a fix label on a chart
- Returning MySQL table values from PHP script to Javascript function - Live Graphing
- The chartoptions in highcharts are not getting updated from function call in ngoninit
- How to get Yaxis values from highchart