UNPKG

@patternfly/react-charts

Version:

This library provides a set of React chart components for use with the PatternFly reference implementation.

11 lines 356 B
import { ThemeDefinition } from '../themes/Theme'; /** * Returns series properties for Line chart * * @param serie * @param theme * @param isSkeleton * @private Not intended as public API and subject to change */ export declare const getLineSeries: (serie: any, theme: ThemeDefinition, isSkeleton: boolean) => any; //# sourceMappingURL=Line.d.ts.map