Commit Graph

9 Commits

Author SHA1 Message Date
Dan Manastireanu
19e5c2a094 Updated google.visualization with OrgChart. Closes #3687 (#12360) 2016-11-10 21:21:26 +09:00
Dan Manastireanu
8f06c382f0 Update ChartAnnotations in google.visualization. Closes #11828 (#12362) 2016-11-08 23:13:47 +09:00
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Gregory Moore
08b7b58fa3 Add charts namespace and functions (#10169)
* Add charts namespace and functions

* Fix missing function return implicit any
2016-07-19 22:56:58 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Marc-André Bühler
f8a065f1ba Added definitions for formatters based on the Google Visualization API Reference
(https://developers.google.com/chart/interactive/docs/reference?hl=en#formatters)
2016-03-08 19:14:51 +01:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Georgie
add28968ff Completed most of the charts and added tests 2014-05-29 23:07:18 -07:00
Dan Ludwig
c69454cb81 Add initial typescript definition file for google.visualization.
This is an initial d.ts for the google.visualization API, and is by no
means complete. It contains classes, interfaces, and functions for:

1. Loading visualization packages, and handling package load callbacks.
2. DataTable construction, manipulation, and creation from arrays.
3. Adding event listeners (minimal API, only 1 listener function def).
4. GeoChart construction & drawing.

A small tests file has also been added.
2013-10-28 11:10:24 -04:00