DefinitelyTyped/types/c3
Ian Sanders 00b85c2f5d [c3] Update all c3 types to meet latest documentation and source code (#37139)
* Add specific string values for RegionOptions.axis

* Add documentation for RegionOptions

* Add ChartInternal interface

* Add InternalConfig interface with unknowns

* Add additional methods to ChartInternal

* Add Classes interface

* Add AxisNames type as string union

* Update ChartAPI.axis methods with overloads

* Update ChartAPI categories() and category() JSDoc

* Show ChartAPI.destroy returns null, not void

* Add overloads and improve types for ChartAPI.data

* Add documentation for ChartAPI.flow parameters

* Update grid operations types and docs

* Make ChartAPI.legend callable

* Update ChartAPI.load and unload

* Update ChartAPI.regions documentation and signatures

* Format JSDoc inline code

* Improve show/hide/toggle documentation and options interface

* Remove duplicate DataPoint interface and add tooltip API

* Fix signature for x()

* Add max, min, and range to zoom api

* Add methods to internal from arc.js

* Add missing properties and methods to ChartInternal

* Remove internal interfaces

Per http://definitelytyped.org/guides/contributing.html these are not
supported by DefinitelyTyped

* Update zoom config options

* Add this bindings to zoom and main event callbacks

* Allow null transition duration

* Update documentation and types for data in config

* Update subchart options interface

* Add color.threshold object structure

* Update legend and colors options

* Add more specific individual axis interfaces

* Updae grid options and interfaces

* Update interfaces for individual chart type options.

* Update tooltip options interface

* Document title controls

* Reorder, and replace some 'any' with 'unknown' and 'void'

* Fix failing tests and stanford chart arrays

* Bump ts version and add name to header

* Roll back typescript version

* Update c3 name to match npm and remove patch ver

* Fix some linting errors

* Add an ArrayOrSingle type and make PrimitiveArray use Primitive

* Fix more linting errors

* Fix remaining lint errors

* Make function signatures more specific

Replace some function signatures with overloads that include generics

* Make compatible with TS 3.0
2019-08-08 08:36:10 -07:00
..
c3-tests.ts [c3] Update all c3 types to meet latest documentation and source code (#37139) 2019-08-08 08:36:10 -07:00
index.d.ts [c3] Update all c3 types to meet latest documentation and source code (#37139) 2019-08-08 08:36:10 -07:00
tsconfig.json
tslint.json