mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
dded tooltip + beautified column chart
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user