UNPKG

@senx/warpview

Version:
74 lines 2.04 kB
export declare class Param { scheme: string; bgColor?: string; datasetColor?: string; fontColor?: string; borderColor?: string; showlegend: boolean; responsive?: boolean; horizontal: boolean; stacked: boolean; key?: string; unit?: string; type?: string; showRangeSelector?: boolean; autoRefresh?: number; showControls: boolean; showErrors: boolean; showStatus: boolean; expandAnnotation: boolean; showGTSTree?: boolean; foldGTSTree?: boolean; timeMode?: 'timestamp' | 'date' | 'custom' | 'duration'; showDots: boolean; delta?: number; timeUnit: 'us' | 'ms' | 'ns'; minColor?: string; maxColor?: string; startColor?: string; endColor?: string; numColorSteps?: number; split?: 'Y' | 'M' | 'D' | 'h' | 'm' | 's'; popupButtonValidateClass?: string; popupButtonValidateLabel?: string; timeZone: string; properties?: any; map?: { tiles?: any[]; heatRadius?: number; heatBlur?: number; heatOpacity?: number; heatControls?: boolean; mapType?: string; showTimeSlider?: boolean; showTimeRange?: boolean; timeSliderMin?: number; timeSliderMax?: number; timeSliderStep?: number; timeSliderMode?: 'timestamp' | 'date' | 'custom'; timeStart?: number; timeSpan?: number; startLat?: number; startLong?: number; startZoom?: number; timeSpanList?: any[]; animate?: boolean; maxNativeZoom?: number; maxZoom?: number; hideScale?: boolean; }; bounds: { minDate?: number; maxDate?: number; yRanges?: [number, number]; }; histo?: { histnorm: 'percent' | 'probability' | 'density' | 'probability density'; histfunc: 'count' | 'sum' | 'avg' | 'min' | 'max'; }; maxValue: number; isRefresh?: boolean; elemsCount?: number; windowed?: number; } //# sourceMappingURL=param.d.ts.map