|
@@ -286,6 +286,23 @@ you can get the customized tooltip style chart like this👇
|
|
|
* chart with value range segmentation `zones 🧱`
|
|
|

|
|
|
|
|
|
+
|
|
|
+### Support scrolling update chart data
|
|
|
+
|
|
|
+<div align="center">
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/scrollingUpdateColumnChart.gif' >
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/scrollingUpdateLineChart.gif' >
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/scrollingUpdateStepAreaChart.gif' >
|
|
|
+</div>
|
|
|
+
|
|
|
+### Support data sorting with animation effect
|
|
|
+
|
|
|
+<div align="center">
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/DataSortingColumnChart.gif' >
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/DataSortingScatterChart.gif' >
|
|
|
+ <img src='https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/DataSortingBarChart.gif' >
|
|
|
+</div>
|
|
|
+
|
|
|
### Supported chart type for now
|
|
|
|
|
|
```kotlin
|