Abhinandan-Kushwaha / react-native-gifted-charts

The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
https://www.npmjs.com/package/react-native-gifted-charts
MIT License
771 stars 152 forks source link

Add Heatmap; Issue with line chart animation #771

Open HASH-0021 opened 2 months ago

HASH-0021 commented 2 months ago

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.

Abhinandan-Kushwaha commented 2 months ago

Can you share a picture of what type of heatmap chart you need @HASH-0021 ?

HASH-0021 commented 2 months ago

Something like a contribution graph should suffice. You can find one in the GitHub profile. image

Abhinandan-Kushwaha commented 2 months ago

Will try to add this feature in the next release @HASH-0021