Commit Graph
34 Commits
Author SHA1 Message Date
Ryan Cavanaugh a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal 395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh 50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh 49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh 69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Vincent D'amour 00e87d2f4d Add missing ComboChart and ComboChartOptions to google.visualization 2016-03-14 16:56:26 -04: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
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
tbrizandGeorgie de2a2826ae Eliminated difference between GeoChartOptions and others 2014-06-16 17:43:58 -07:00
GeorgieandGeorgie 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