Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 630 Bytes

Google Chart Tools Directive Module

for AngularJS

Based on Nicolas Bouillon [email protected] angular-google-chart but added controllers.

Controllers and Charts is part of a dashboard

Sample

<google-dashboard dashboard="dashboard">
      <google-chart chart="chart1" on-select="onSelected(selectedItem)"></google-chart>
      <google-chart chart="chart2" on-select="onSelected(selectedItem)"></google-chart>
      <google-controller controller="controller" style="height:50px"></google-controller>
</google-dashboard>