Angular Google Chart Example

I created an example plunkr for the Angular Google Chart directive.

Comments

  1. Thanks for the example. Unfortunately it does not work for me on Windows8/Google Chrome. I have used Angles(ChartJS), D3 directives with no problems but cannot get this simple plunker to work!
    Failed to load resource: net::ERR_FILE_NOT_FOUND file://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js
    Uncaught TypeError: Cannot read property 'module' of undefined bouil.github.io/angular-google-chart/ng-google-chart.js:12
    Uncaught ReferenceError: angular is not defined /D:/dev/angular-google-chart-master/plunk-3RJ2HS/example.js:3

    any help is greatly appreciated

    ReplyDelete
    Replies
    1. Hi Jacques. It looks like you downloaded the plunker to your computer and are running it with the file:// protocol. The file protocol is limited. See http://en.wikipedia.org/wiki/File_URI_scheme. With plunker you can fork my plunk and work with it right in your browser. Good luck.

      Delete

Post a Comment

Popular Posts