import { EchartsMixedTimeseriesFormData, EchartsMixedTimeseriesProps } from './types'; import { EchartsChartPlugin } from '../types'; export default class EchartsTimeseriesChartPlugin extends EchartsChartPlugin { /** * The constructor is used to pass relevant metadata and callbacks that get * registered in respective registries that are used throughout the library * and application. A more thorough description of each property is given in * the respective imported file. * * It is worth noting that `buildQuery` and is optional, and only needed for * advanced visualizations that require either post processing operations * (pivoting, rolling aggregations, sorting etc) or submitting multiple queries. */ constructor(); } //# sourceMappingURL=index.d.ts.map