angular-morris
angular-morris copied to clipboard
Easy use of morris.js with angular.js
I am trying to add a indian currency format number its showing error I used **formatter** in Donut their data not showing correctly Please guide me how to change the...
As in this [example](https://github.com/morrisjs/morris.js/blob/master/examples/bar.html) Bar charts support onclick callback. Can this be added to the angular version? Really willing to use angular-morris but I need this feature for my project....
The donut example is under lines http://i.imgur.com/Pvr2JXo.png and lines is swapped with bars seems like a small reference thingy, but still posted it; because its confusing
Add support to change the selection using the select(index) method on the object returned by Morris.Donut.
404 https://angular-morris.io/docs
do we have support for angular 2?
Please include the line scope.donutInstance.options.colors = scope.donutColors; at https://github.com/stewones/angular-morris-chart/blob/master/src/angular-morris-chart.js#L319 to enable dynamic color changes from the angular controller.
Hi, when I try to change Data, ykeys and labels not are changend dynamically with new data. Why? Can you add feature about "goalLineColors"? Thanks.