Skip to content

Commit

Permalink
(BIDS-2445) Increase turboThreshold for income charts (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce authored Sep 5, 2023
1 parent 2428b7c commit 944660c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions static/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,9 @@ function createIncomeChart(income, executionIncomeHistory) {
},
pointInterval: 24 * 3600 * 1000,
},
series: {
turboThreshold: 10000,
},
},
xAxis: {
type: "datetime",
Expand Down
5 changes: 4 additions & 1 deletion templates/validator/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@
enabled: false
},
pointInterval: 24 * 3600 * 1000,
}
},
series: {
turboThreshold: 10000,
},
},
xAxis: {
type: 'datetime',
Expand Down

0 comments on commit 944660c

Please sign in to comment.