Fixed y axis

Y axis was showing 0 - 10% of max value
This commit is contained in:
Juan Salvador Pérez García
2018-07-06 09:32:08 +02:00
parent 0a790b4479
commit 8bc3b9e67e

View File

@@ -85,7 +85,7 @@
},
axis: {
y: {
min: 0,
min: this.proposalSuccess * 0.1,
max: this.proposalSuccess,
label: {
text: this.supportsLabel,