UNPKG

@wix/design-system

Version:

@wix/design-system

19 lines 719 B
export default AreaChart; /** An area chart is a way of plotting data points on a line. Often, it is used to show trend data */ declare class AreaChart extends React.PureComponent<any, any, any> { constructor(props: any); constructor(props: any, context: any); cursorLine: null; handleHover: (_: any, activeItems: any) => void; handleHoverThrottled: import("lodash").DebouncedFuncLeading<(_: any, activeItems: any) => void>; onMouseMove: (tooltip: any) => void; render(): React.JSX.Element; } declare namespace AreaChart { let displayName: string; namespace defaultProps { let maxYTicksLimit: number; } } import React from 'react'; //# sourceMappingURL=AreaChart.d.ts.map