enable more potential performance flags

This commit is contained in:
Erikas 2024-08-13 21:00:37 +03:00
parent e96f98e438
commit ec50198d7e

View File

@ -8,7 +8,7 @@ document.addEventListener('DOMContentLoaded', () => {
// Common chart options
const commonChartOptions = {
chart: {backgroundColor: null, style: {color: '#FFFFFF'}, animation: false},
chart: {backgroundColor: null, style: {color: '#FFFFFF'}, animation: false, boost: {useGPUTranslations: true, usePreallocated: true}},
title: {style: {color: '#FFFFFF', fontSize: '16px'}},
subtitle: {style: {color: '#FFFFFF', fontSize: '12px'}},
xAxis: {labels: {style: {color: '#FFFFFF'}}, lineColor: '#FFFFFF', tickColor: '#FFFFFF'},