Skip to content

Commit 0d51fa2

Browse files
committed
turboTreshhold of series moved from deafult 1000 to 5000
1 parent c36cce7 commit 0d51fa2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/System Application/App/ControlAddIns/Resources/BusinessChart/js/BusinessChartAddIn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ function getSeries(chartData, xAxisType) {
445445
lineWidth: getSerieLineWidth(chartData, measure),
446446
marker: getSerieMarker(chartData, measure),
447447
name: measure,
448+
turboThreshold: 5000,
448449
stack: stack,
449450
step: getSerieLineStep(chartData, measure),
450451
type: getSerieType(chartData, measure),

src/System Application/App/Resources/BusinessChart/js/BusinessChartAddIn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ function getSeries(chartData, xAxisType) {
445445
lineWidth: getSerieLineWidth(chartData, measure),
446446
marker: getSerieMarker(chartData, measure),
447447
name: measure,
448+
turboThreshold: 5000,
448449
stack: stack,
449450
step: getSerieLineStep(chartData, measure),
450451
type: getSerieType(chartData, measure),

0 commit comments

Comments
 (0)