{"body":"app.controller('MainCtrl', function($scope) {\n  $scope.options = {\n    chart: {\n      type: 'lineChart',\n      noData: '',\n      xAxis: {\n        showMaxMin: false,\n        tickFormat: function(d) {\n          return d3.time.format('%d/%m %H:%M')(new Date(d));\n        }\n      },\n      callback: function(chart) {\n        console.log(\"callback\");\n        chart.noData(\"Teste\");\n        $scope.options.chart.noData = \"teste\";\n        return chart;\n      }\n    }\n  };\n\n\n  $scope.data = [{\n    \"key\": \"data1\",\n    \"values\": []\n  }];\n});","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/vL2bkg61","modified":1515169508,"id":"vL2bkg61","size":532,"lines":26,"own_paste":false,"theme":"","date":1515169508}