[O] Make value.min exactly the min value
This commit is contained in:
@@ -56,7 +56,7 @@ export default class OverallLine extends Vue
|
|||||||
},
|
},
|
||||||
yAxis:
|
yAxis:
|
||||||
{
|
{
|
||||||
min: (value: any) => value.min - 10
|
min: (value: any) => value.min,
|
||||||
max: (value: any) => value.max
|
max: (value: any) => value.max
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user