Commit Graph

20 Commits

Author SHA1 Message Date
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
Marc-André Bühler
99e02b6e0d Normalized whitespace according to best practices 2016-03-08 19:11:31 +01:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Howard Pinsley
448bcc6e96 Add optional startup property to TransitionAnimation 2015-12-12 16:25:16 -05:00
Max
dcf8a7b14e Added definitions for Annotation Chart 2015-02-27 17:13:37 -05:00
Georgie
9ca7d3f757 Changed SelectedCell back to VisualizationSelectionArray 2014-09-24 18:34:55 -07:00
Georgie
950ec44efb Small fixes 2014-09-22 22:02:23 -07:00
Georgie
9900804542 Fixed setColumns, added void returns 2014-07-31 11:16:33 -07:00
Georgie
b71fbf1330 Complete DataTable, DataView 2014-07-31 11:16:33 -07:00
Georgie
4e6c9f190b ChartArea allows missing members 2014-07-14 14:07:13 -07:00
Georgie
b395e7ec19 Remove redundant type 2014-07-03 16:50:17 -07:00
Georgie
bbd9ce1249 TimelineOptions.backgroundColor can be string or object, just like all the other charts 2014-06-16 17:44:14 -07:00
tbriz
de2a2826ae Eliminated difference between GeoChartOptions and others 2014-06-16 17:43:58 -07:00
Georgie
add28968ff Completed most of the charts and added tests 2014-05-29 23:07:18 -07:00
timbow574521
fede925bfe Add getValue in DataTable in google.visualization.d.ts. 2014-02-14 11:43:13 -05:00
Bartvds
03eecbb681 added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:19:24 +01:00
timbow574521
f56e4880df Add suport for Google BarChart. 2013-12-11 16:44:11 -05:00
Václav Oborník
1023a42dfe google.visualization - added ChartWrapper definition, ErrorEventObject definition, ChartSpecs definition 2013-11-25 19:16:52 +01:00
Dan Ludwig
3ea82f103b Add support for ColumnChart and LineChart to google.visualizations definition.
This also adds limited support for DataView, more event methods, and more
methods to GeoChart.
2013-11-05 20:29:02 -05: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