react-native-graph-plus
Version:
📈 Beautiful, high-performance Graphs and Charts for React Native +
4 lines (3 loc) • 494 B
TypeScript
import React from 'react';
import type { AnimatedLineGraphProps } from './LineGraphProps';
export declare function AnimatedLineGraph({ points: allPoints, color, gradientFillColors, lineThickness, range, enableFadeInMask, enablePanGesture, onPointSelected, onGestureStart, onGestureEnd, panGestureDelay, SelectionDot, enableIndicator, incrementPanBy, indicatorPulsating, horizontalPadding, verticalPadding, TopAxisLabel, BottomAxisLabel, ...props }: AnimatedLineGraphProps): React.ReactElement;