googleChart

This is the heart of Angular Google Chart. See the Examples for practical code examples.

</tr> </table>
Attribute Value Type Description Example Value

chart

expression Binding to the chart object with the values needed to build the chart.

chart="myChartObject"

on-select

expression Event handler bound to the chart wrapper's select event.

on-select="selectHandler(selectedItem)"

on-ready

expression Event handler bound to the chart wrapper's ready event.

on-ready="readyHandler(chartWrapper)"

before-draw

expression Event handler fired by the directive just before calling draw() on the chart wrapper.

before-draw="drawHandler(chartWrapper)"