UNPKG

@patternfly/react-charts

Version:

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

19 lines 609 B
import { ChartsOptionProps } from '../Charts'; /** * Returns a custom legend tooltip for Line charts * * @param series * @param option * @param echart * @private Not intended as public API and subject to change */ export declare const getLegendTooltip: (series: any[], option: ChartsOptionProps, echart: any) => any; /** * Returns a custom legend tooltip for Sankey chart * * @param series * @param option * @private Not intended as public API and subject to change */ export declare const getSankeyTooltip: (series: any[], option: ChartsOptionProps) => any; //# sourceMappingURL=tooltip.d.ts.map