customize: function (nvd3chart) {
                            nvd3chart.xAxis.rotateLabels(45);
                            nvd3chart.xAxis.tickFormat(function (label) {
                                return /[^\/]+$/.exec(label)[0];
                            });