UNPKG

@syncfusion/ej2-charts

Version:

Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.

16 lines (15 loc) 488 B
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; export declare class SparklineHelper extends TestHelper { id: string; wrapperFn: Function; constructor(id: string, wrapperFn: Function); getSparklineContainer(): any; getLinePathElement(): any; getAreaElement(): any; getColumnElement(): any; getWinlossElement(): any; getPieElement(): any; getMarkerGroupElement(): any; getLabelGroupElement(): any; getTooltipElement(): any; }