UNPKG

@patternfly/react-charts

Version:

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

19 lines 559 B
/** * Returns marker -- see https://github.com/apache/echarts/issues/19826 * * @param serie * @param symbol * @param color * @private Not intended as public API and subject to change */ export declare const getMarker: (serie: any, symbol: string, color?: string) => string; /** * Returns default symbol * * @param series * @param seriesIndex * @param echart * @private Not intended as public API and subject to change */ export declare const getSymbol: (series: any, seriesIndex: number, echart: any) => any; //# sourceMappingURL=symbol.d.ts.map