score:1
Accepted answer
Datagrouping
Use condition to set the flag enabled
in plotOptions.series.dataGrouping
as
plotOptions: {
series: {
dataGrouping: {
enabled: data.length > 1000 ? true : false
}
}
},
Range 1000 last points
Extract the last point as max and last point - 1000 as min, then call setExtremes()
var seriesData = data,
lenSeries = seriesData.length - 1,
max = seriesData[lenSeries][0],
min = seriesData[lenSeries - 1000][0];
chart.xAxis[0].setExtremes(min, max);
Source: stackoverflow.com
Related Query
- Highcharts Zoom to last 1000 points
- Highcharts 3 cannot render more than 1000 points in one series
- Is there a way to plot more than 1000 points in a scatter plot using the Highcharts .NET Wrapper?
- Highcharts reset zoom doesn't center data points
- Highcharts displays series names but missing data points from json source
- how to set the interval of points on Y - Axis highcharts
- highcharts hide zoom reset button, call zoom reset programmatically
- Disable tooltip on certain points in Highcharts
- How to Format Highcharts dataLabels Decimal Points
- missing value in highcharts line graph results in no line, just points
- Resize data points with highcharts
- Highcharts doesn't display series with lots of data points
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- How to convert datetime string to UTC to plot points on Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- HighCharts - show last labels in xAxis
- Execute function after zoom highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts not displaying data at some zoom levels
- Converting svg from Highcharts data into data points
- Highcharts scatter plot with lots of data points running really slow
- Highcharts remove zoom feature
- How can I delete all of the points from a highcharts series
- How to set the z-index of points on a HighCharts scatter plot?
- highcharts with null data points
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Dynamically draw marker on last point in highcharts
- Find number of data points in each series in highcharts
- Highcharts not drawing lines between points
More Query from same tag
- Dynamic Highstock chart when no data at start
- HighMaps - need to make datalabels clickable
- Adding text dynamically to point popups in highcharts.js
- Highcharts 3D scatter points not showing names in tooltips
- Apply different colors to different words according to their weight using Highcharts API
- Retrieve missing column Values
- Highcharts add an image to that chart with an onClick event attached to it
- how to get additional information by clicking a data point on bubble chart from data
- Display Highcharts data from mysql database on jsp page
- Highcharts dynamic property updates when zooming
- Highcharts too slow when plotting 4000 bars (rCharts)
- Vertical areas along with line on the chart - is that possible
- highcharts exported image options
- How to add right side legend to US highcharts map that shows eastern states names?
- How can I change the scale of the legend in highcharter in R?
- How can I unescape and remove quot; from data served by rails into javascript
- HighCharts error 16
- In Highcharts, in 3D mode, is it posible to make right hand axis not pop out?
- How to get columns category name on hover in highcharts
- How to hide single point bar in serie
- making title in highcharts clickable and work with bootstrap popover?
- Angular 7 Highchart Node.marker not working on page load
- how to display chart in jquery?
- How do I attach a click event handler to the whole HighCharts Gauge control?
- Highcharts don't render in Internet Explorer 11
- Use CSS Class in HighCharts
- highcharts has no exported member 'ChartObject'
- Mootools Highcharts radio button toggle between charts, working jQuery version
- javascript Highcharts object as a C# class
- highcharts: how insert a fix label on a chart