react-native-gifted-charts icon indicating copy to clipboard operation
react-native-gifted-charts copied to clipboard

Add Heatmap; Issue with line chart animation

Open HASH-0021 opened this issue 6 months ago • 3 comments

Feature request: Can you please add heatmap to the library. This is an interesting way to visualize the information.

Issue: I am using Bar chart along with line data to display both. When isAnimated prop is set true the bar chart animates just fine. But when isAnimated is set true in lineConfig prop, then the line animation works only when the chart is mounted but not when the data change happens.

Side note: Thank you for fixing the issue with areaChart inside of dataSet for lineChart so quickly.

HASH-0021 avatar Aug 10 '24 07:08 HASH-0021