Przeglądaj źródła

Add more useful and beautiful GIF pictures links

An An 4 lat temu
rodzic
commit
500cd9bfa6
2 zmienionych plików z 31 dodań i 0 usunięć
  1. 14 0
      CHINESE-README.md
  2. 17 0
      README.md

+ 14 - 0
CHINESE-README.md

@@ -284,7 +284,21 @@ function () {
 * 添加值域分割数据列分区 `zones 🧱`
 ![seriesZonesChart](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/seriesZonesChart.png)
 
+### 支持图表数据的动态滚动刷新
 
+<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>
+
+### 支持图表数据的动态排序
+
+<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>
 
 ### 当前已支持的图表类型有十种以上,说明如下
 

+ 17 - 0
README.md

@@ -286,6 +286,23 @@ you can get the customized tooltip style chart like this👇
 * chart with value range segmentation `zones 🧱`
 ![seriesZonesChart](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/seriesZonesChart.png)
 
+
+### 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