morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.91k stars 1.23k forks source link

How to integrate morris js graph into my ng 2 app #742

Open Iranthi opened 6 years ago

Iranthi commented 6 years ago

I'd like to use Morris Js plugin in my angular 2 project? I know how to create the morris.js chart in html page. But I don't know how to integrate Morris chart to my ng 2 app. How can I do it?

pierresh commented 6 years ago

Hello

I suggest you to check this project, this is a wrapper for Angular 2 and above: https://github.com/mika-el/angular-morris-js

pierresh commented 6 years ago

I confirm the wrapper mentioned above works well with Ionic 3 and Angular 5.