Add more options to chart viewer (#1307)

* fixing up chart viewer

* formatting

* everything is working

* removed unnecessary code

* removed unneeded code
This commit is contained in:
Anthony Dresser
2018-05-02 10:15:51 -07:00
committed by GitHub
parent 6f10f7a21a
commit e82b7615b3
11 changed files with 522 additions and 134 deletions

View File

@@ -87,7 +87,7 @@ export default class BarChart extends ChartInsight {
yAxes: [{
display: true,
ticks: {
max: config.yAxisMin
min: config.yAxisMin
}
}]
}