dded tooltip + beautified column chart

This commit is contained in:
2017-03-17 06:40:03 +05:30
parent a9b89a6f96
commit 12d3444c7f
5 changed files with 376 additions and 10 deletions
+5 -1
View File
@@ -137,7 +137,11 @@ app.controller("mainController", ["allData","$scope",function (allData,$scope) {
chartData.push({"x":keys[i],"y":tmpData[keys[i]]});
}
drawChart(chartData);
drawChart(chartData,[$scope.data.chosenDimension,$scope.data.chosenMeasure]);
}
else
{
cleanChart();
}
});
}]);