DefinitelyTyped/types/google.visualization
dckorben a5c429202f [Google.Visualization] Add Missing Properties to LineChartOptions (#39308)
* Update index.d.ts

Adds missing properties to LineChartOptions

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

Add visualization.dataTableToCsv functions <https://developers.google.com/chart/interactive/docs/datatables_dataviews#datatabletocsv>
Add data Class for DataTable grouping <https://developers.google.com/chart/interactive/docs/reference#group> and joining <https://developers.google.com/chart/interactive/docs/reference#join>.

Fix DataTable.getRowProperty, wrong return type <https://developers.google.com/chart/interactive/docs/reference#methods>
Fix ColumnSpec optional parameters

* Fix duplicated definition. Add Documentation Citations

* Change pointShape to string

* Trendlines changed to keyed list 

Same change should probably be made to series?: { [key: number]: any; }; on a future pull.

* change join() joinMethod enumerated options

* Provide both getViewColumns() return types

* Union on aggregates, count adjustment

* Enumerated options for pointShape

* Add Trendline interface, update trendline: any

* Added Richer columns parameter to group()

* Add trendline.pointSize?

* Add GroupKeyOptions interface to group()

* Add built-in modifier function, logical re-order

* change trendlines? to typed Record<>

* Force ts 2.2

* Trying force ts 2.9

* Revert Record and ts version forcing

Dependent package prevents usage of newer syntax.

* Should have used union
2019-11-04 10:53:45 -08:00
..
google.visualization-tests.ts
index.d.ts
tsconfig.json
tslint.json