[O] Make min x value of overall-line a whole number
This commit is contained in:
@@ -56,7 +56,7 @@ export default class OverallLine extends Vue
|
|||||||
},
|
},
|
||||||
yAxis:
|
yAxis:
|
||||||
{
|
{
|
||||||
min: (value: any) => value.min,
|
min: (value: any) => Math.floor(value.min),
|
||||||
max: (value: any) => value.max
|
max: (value: any) => value.max
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user