summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global/Chart.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/_sila/Global/Chart.vue')
-rw-r--r--src/components/_sila/Global/Chart.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index d6ea2492..ac8fc325 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -210,8 +210,8 @@ export default {
setOptions() {
switch (this.type) {
case 'fans':
- this.categories = this.setSpeed(4000);
- this.minRange = 4000;
+ this.categories = this.setSpeed(10000);
+ this.minRange = 10000;
this.minTickInterval = 1000;
this.plotLines.push({
color: '#1A3E5B',