* Will called with chart options after adapter creation.
(this: DateAdapter<T>, chartOptions: ChartOptions)
| 15 | * Will called with chart options after adapter creation. |
| 16 | */ |
| 17 | init(this: DateAdapter<T>, chartOptions: ChartOptions): void; |
| 18 | /** |
| 19 | * Returns a map of time formats for the supported formatting units defined |
| 20 | * in Unit as well as 'datetime' representing a detailed date/time string. |
no outgoing calls
no test coverage detected