fix power curve y-axis: use zero:true instead of domain:[0,null]
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
y: {
|
||||
label: 'Avg power (W)',
|
||||
grid: true,
|
||||
domain: [0, null],
|
||||
zero: true,
|
||||
},
|
||||
color: {
|
||||
domain: selectedKeys,
|
||||
|
||||
Reference in New Issue
Block a user