Fixed y axis
Y axis was showing 0 - 10% of max value
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
},
|
||||
axis: {
|
||||
y: {
|
||||
min: 0,
|
||||
min: this.proposalSuccess * 0.1,
|
||||
max: this.proposalSuccess,
|
||||
label: {
|
||||
text: this.supportsLabel,
|
||||
|
||||
Reference in New Issue
Block a user