Skip to content

Commit

Permalink
fix(charts): set 0.9.5 version for the chartist library
Browse files Browse the repository at this point in the history
Closes akveo#5
  • Loading branch information
KostyaDanovsky committed Apr 11, 2016
1 parent cc5cdde commit 662c5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"angular-ui-router": "~0.2.15",
"angular-chart.js": "~0.8.8",
"angular-chartist.js": "~3.3.12",
"chartist": "0.9.5",
"angular-morris-chart": "~1.1.0",
"ionrangeslider": "~2.1.2",
"angular-bootstrap": "~0.14.3",
Expand Down
7 changes: 1 addition & 6 deletions src/app/pages/charts/chartist/chartistCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
]
};



$scope.areaLineData = {
labels: [1, 2, 3, 4, 5, 6, 7, 8],
series: [
Expand Down Expand Up @@ -236,9 +234,6 @@
new Chartist.Pie('#simple-pie', $scope.simplePieData, $scope.simplePieOptions, $scope.pieResponsive);
new Chartist.Pie('#label-pie', $scope.labelsPieData, $scope.labelsPieOptions);
new Chartist.Pie('#donut', $scope.simpleDonutData, $scope.simpleDonutOptions, $scope.donutResponsive);
}, 100);


});
}

})();

0 comments on commit 662c5dc

Please sign in to comment.