Skip to content

Commit

Permalink
Fixed CPU use for the quality_layers page (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun authored Mar 8, 2017
1 parent 233b979 commit de95e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extras/basic_example/public/quality_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit de95e07

Please sign in to comment.