score:15
You can use dataGrouping
and set enableMouseTracking
to false
.
enableMouseTracking: Boolean
Enable or disable the mouse tracking for a specific series. This includes point tooltips and click events on graphs and points. When using shared tooltips (default in stock charts), mouse tracking is not required. For large datasets it improves performance. Defaults to true.
Update
Found the following on it's docs.
How can I get the best performance out of Highcharts?
When working with series with a high number of data points, there are a few things to consider.
For line plots, it is recommended that you disable point markers, as these will add a performace overhead. See
http://highcharts.com/demo/line-time-series
.Disabling shadows increases performance, as three shadow elements are created for each shape that includes a shadow.
For large column series, it is recommended that you disable the initial animation, plotOptions.column.animation, at least for VML based browsers. The best way to distinguish between fast SVG browsers and slower VML browsers is to use the Highcharts.svg boolean property.
Reference
Source: stackoverflow.com
Related Query
- Highcharts Performance Enhancement Method?
- Improve highcharts performance for large amounts of data
- How do you increase the performance of highcharts chart creation and rendering
- Improve performance of Highcharts line chart
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts performance degrades dramatically with 'chart' and 'renderer' together
- HighCharts performance issue and alternative
- HighCharts Stock Chart error code 18
- How to improve performance of Highcharts and avoid error 15 inspite of sorted data?
- Highcharts slow performance when adding more than 10 series
- highcharts change rendered image source on click
- Best performance for updating many Highcharts instances on demand
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Highcharts low performance when adding yAxis dynamically
- passing json values to highcharts from .net code behind
- Performance issue with Firefox on Highcharts and Highstocks
- Highcharts Scatter Plot Performance
- how to use highcharts tooltip formatter in python code
- How to boost your performance in HighCharts
- passing formatting JavaScript code to HighCharts with JSON
- Uncaught TypeError: Object [object Object] has no method 'getElementsByTagName' in Highcharts
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- Add Source to Highcharts Export CSV
- Combine an object parameter with array values in Highcharts reduce method
More Query from same tag
- HighCharts graphs are not showing in IE
- How to change the marker style on hover in HighCharts
- highchart axis datetime + categories
- Vuejs Data Update
- High Charts export image on the server
- Why HighChart hangs browser?
- Putting the Z-Coordinate in the Highcharts Tooltip
- Try to offline exporting to Highcharts
- Point markers for arearangespline chart in Highcharts
- Data label not showing in some pie chart handles Highchart
- Why does GeoJSON map looks stretched in Highmaps for WSG84?
- Column chart not showing series properly in Highcharts
- show highcharts node text on top if the text is to long
- How to change the legend data highcharts
- Highchart: Plot negative values on negative Y Axis ans set initial value
- Django - can't get highchart to display data
- getting error#17 from highcharts while using solid gauge from backbone rails
- Highchart Donut and Bar Chart
- Using highcarts in react native and getting the error
- Highcharts - Redraw empty chart
- Error in ordering the X axis in Highchart
- Highcharts overlay multiple datetime series
- d3 graph freezes with highcharts
- Django chartit loading jquery and highcharts js
- Highcharts backgroundColor for multiple charts is only applied to one chart
- Returning javascript in an ASP.NET ajax postback fails, but works fine on initial page load
- Show only the first and last y-axis label on a graph highcharts
- Legend overlapping on drilldown pie chart
- Is data grouping supported in Highcharts?
- Rendering Highcharts legend using HTML causes issue with positioning/spacing