[O] Show the graph with minimum y axis at 70
This commit is contained in:
@@ -12,6 +12,10 @@ export default class GraphOverall extends Vue
|
|||||||
series:
|
series:
|
||||||
{
|
{
|
||||||
smooth: false
|
smooth: false
|
||||||
|
},
|
||||||
|
yAxis:
|
||||||
|
{
|
||||||
|
min: 70
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user