weissa7 / TCNJ-Speaks

Mozilla Public License 2.0
0 stars 0 forks source link

Bar disappears if value is too high #8

Closed gabrelia closed 6 years ago

gabrelia commented 6 years ago

If the agree or disagree value is too high, bar disappears off screen

weissa7 commented 6 years ago

Added a check for the lowest value of the data fed to chart. If the data is above zero, the chart's default lowest tick will always be '0'. This fixes the bar disappearing issue.