rajeshvaya / angular-material-widget-engine

Angular material widget engine
http://rajeshvaya.github.io/angular-material-widget-engine/
19 stars 10 forks source link

Unable to load charts elements #4

Open Mushaqdeen-J opened 7 years ago

Mushaqdeen-J commented 7 years ago

Hi, Thanks for this great plugin, but I am not able to load charts into this widget. Is it possible to load? I am using angular js charts.

rajeshvaya commented 7 years ago

@Mushaqdeen-J Yes, it is possible to load charts within the widget. One of the demo files have Google charts added in the widget engine. You can include any angular directive within the widget.

The documentation about various configuration is in https://rajeshvaya.github.io/angular-material-widget-engine/

If you want to see the source code of the demo which includes charts, you can see the gh-pages branch

Hope this helps

Mushaqdeen-J commented 7 years ago

Hi, thanks for your response. How can I use controller scope element in my content .html file?