From de95e07637140ac199b1fc086b592350a47b5226 Mon Sep 17 00:00:00 2001 From: Pedro Rodriguez Date: Wed, 8 Mar 2017 09:33:14 +0100 Subject: [PATCH] Fixed CPU use for the quality_layers page (#791) --- extras/basic_example/public/quality_layers.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extras/basic_example/public/quality_layers.js b/extras/basic_example/public/quality_layers.js index 903c74622c..590c4fd4e4 100644 --- a/extras/basic_example/public/quality_layers.js +++ b/extras/basic_example/public/quality_layers.js @@ -17,9 +17,10 @@ var initChart = function () { chart = new Highcharts.Chart({ chart: { renderTo: 'chart', - defaultSeriesType: 'spline', + defaultSeriesType: 'line', + animation: false, + showAxes: true, events: { - // load: updateChart } }, title: {