语言

Menu
Sites
Language
Angular Google Chart not working

Hello,

I'm trying to use Angular Google Chart in Tizen web app. I have used ng-google-chart.js, Project is working properly in Tizen Web Simulator application( Tizen Simulator), but somehow not displaying charts in Tizen Emulator. Is there any specific requirement for angular google chart ?

 

Thanks,

Nimit

 

响应

2 回复
Marco Buettner

How did u bind your angular lib on your project?

Iqbal Hossain

If you are using CDN for Angular Google Chart, then you have to add these in your config.xml

  <access origin="*" subdomains="true"></access>
  <tizen:privilege name="http://tizen.org/privilege/internet"/>

Add these or download the js library of Angular Google Char and add in the project.