var chart = nv.models.discreteBarChart()
                        .margin({top: 30, right: 30, bottom: 250, left: 70})
                        .x(function (d) {

                            return d.label;