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',
|
||||
width: 2
|
||||
},
|
||||
grid: {
|
||||
padding: {
|
||||
top: 30
|
||||
}
|
||||
},
|
||||
yaxis:
|
||||
type === 'dailyoverview'
|
||||
? [
|
||||
|
|
|
|||
Loading…
Reference in New Issue