UNPKG

tsiclient

Version:

<a href="https://tsiclientsample.azurewebsites.net"><img src="https://insights.timeseries.azure.com/favicons/android-chrome-192x192.png" align="left" hspace="10" vspace="6" height="100px"></a>

15 lines (14 loc) 571 B
import { ChartComponent } from "./ChartComponent-837ef9b4"; declare class DateTimeButton extends ChartComponent { protected dateTimePicker: any; private pickerIsVisible; protected minMillis: number; protected maxMillis: number; protected onSet: any; protected dateTimeButton: any; protected dateTimePickerContainer: any; constructor(renderTarget: Element); protected buttonDateTimeFormat(millis: any): string; render(chartOptions: any, minMillis: any, maxMillis: any, onSet?: any): void; } export { DateTimeButton };