diff --git a/static/js/benchmark.js b/static/js/benchmark.js index c890306..4183efb 100644 --- a/static/js/benchmark.js +++ b/static/js/benchmark.js @@ -1,4 +1,15 @@ -// Define a set of colors to be used for the charts +Highcharts.setOptions({ + chart: { + animation: false + }, + plotOptions: { + series: { + animation: false + } + } +}); + + var colors = Highcharts.getOptions().colors; function getLineChartOptions(title, description, unit, maxY = null) {