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