[+] Define value.max for line chart
This commit is contained in:
@@ -57,6 +57,7 @@ export default class OverallLine extends Vue
|
|||||||
yAxis:
|
yAxis:
|
||||||
{
|
{
|
||||||
min: (value: any) => value.min - 10
|
min: (value: any) => value.min - 10
|
||||||
|
max: (value: any) => value.max
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user