File tree Expand file tree Collapse file tree
packages/spectra/src/Components/SpectraViewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const toolTipRow = (entry) => {
2828const DEFAULT_OPTIONS = {
2929 plotOptions : {
3030 series : {
31- boostThreshold : 800 ,
31+ boostThreshold : 0 , // keep boost disabled (no boost module loaded)
3232 findNearestPointBy : "x" ,
3333 stickyTracking : true ,
3434 events : {
@@ -49,17 +49,6 @@ const DEFAULT_OPTIONS = {
4949 } ,
5050 } ,
5151 } ,
52- boost : {
53- useGPUTranslations : true ,
54- seriesThreshold : 50 ,
55- enabled : true ,
56- allowForce : false ,
57- debug : {
58- showSkipSummary : true ,
59- timeSeriesProcessing : true ,
60- timeRendering : true ,
61- } ,
62- } ,
6352 chart : {
6453 type : "areaspline" ,
6554 zoomType : "x" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import "highcharts/modules/exporting"
1616import "highcharts/modules/offline-exporting"
1717import "highcharts/modules/pattern-fill"
1818import "highcharts/modules/export-data"
19- import "highcharts/modules/boost"
2019import LinearProgress from "@mui/material/LinearProgress"
2120import { defaultChartOptions } from "../../defaults"
2221import useSpectraData from "../../hooks/useSpectraData"
@@ -47,7 +46,6 @@ const {
4746 exporting : _exporting ,
4847 legend : _legend ,
4948 tooltip : _tooltip ,
50- boost : _boost ,
5149} = DEFAULT_OPTIONS
5250
5351const BaseSpectraViewerContainer = React . memo ( function BaseSpectraViewerContainer ( {
You can’t perform that action at this time.
0 commit comments