enable more potential performance flags
This commit is contained in:
parent
e96f98e438
commit
ec50198d7e
@ -8,7 +8,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
// Common chart options
|
// Common chart options
|
||||||
const commonChartOptions = {
|
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'}},
|
title: {style: {color: '#FFFFFF', fontSize: '16px'}},
|
||||||
subtitle: {style: {color: '#FFFFFF', fontSize: '12px'}},
|
subtitle: {style: {color: '#FFFFFF', fontSize: '12px'}},
|
||||||
xAxis: {labels: {style: {color: '#FFFFFF'}}, lineColor: '#FFFFFF', tickColor: '#FFFFFF'},
|
xAxis: {labels: {style: {color: '#FFFFFF'}}, lineColor: '#FFFFFF', tickColor: '#FFFFFF'},
|
||||||
|
Loading…
Reference in New Issue
Block a user