solve unit missing issue when there are many battery clusters
This commit is contained in:
parent
dde3b9794c
commit
45a3c62609
|
|
@ -48,6 +48,11 @@ export const getChartOptions = (
|
||||||
curve: 'smooth',
|
curve: 'smooth',
|
||||||
width: 2
|
width: 2
|
||||||
},
|
},
|
||||||
|
grid: {
|
||||||
|
padding: {
|
||||||
|
top: 30
|
||||||
|
}
|
||||||
|
},
|
||||||
yaxis:
|
yaxis:
|
||||||
type === 'dailyoverview'
|
type === 'dailyoverview'
|
||||||
? [
|
? [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue