react-native-gifted-charts
react-native-gifted-charts copied to clipboard
Add Heatmap; Issue with line chart animation
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.