Skip to content

Commit f2a3412

Browse files
committed
add API reference for data group (#99)
1 parent c027194 commit f2a3412

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ Loads data to the controller of Gio and overrides previous data synchronously.
236236

237237
Clear data in the globe, and remove spline system and moving particle.
238238

239+
**[`switchDataSet()`](http://giojs.org/html/docs/dataSwitchSet.html)**
240+
241+
switch data set when a data group is added.
242+
239243
**[`addDataAsync(url, callback)`](http://giojs.org/html/docs/dataAddAsync.html)**
240244

241245
Loads data to the controller of Gio and overrides previous data asynchronously.

README_zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ Gio.js有很多codepen的例子,你可以在codepen中编辑修改它们。点
235235

236236
清除地球上添加的数据,同时有将数据线和数据点清除的效果。
237237

238+
**[`switchDataSet()`](http://giojs.org/html/docs/dataSwitchSet_zh.html)**
239+
240+
切换地球表面呈现的数据集。
241+
238242
**[`addDataAsync(url, callback)`](http://giojs.org/html/docs/dataAddAsync_zh.html)**
239243

240244
从一个数据源异步加载数据。

0 commit comments

Comments
 (0)