D3.js Brush.move()函数
D3.js中的brush.move()函数用于设置画笔在指定组上的活动选择。
句法:
brush.move(group, selection);
参数:此函数接受如上所述和如下所述的单个参数
- group:此参数是指定的组,在其上实现画笔。
- selection:此参数是一个数字数组。
返回值:此函数返回定义该元素的画笔选择的数组。
下面的程序说明了D3.js中的Brush.move()函数
示例 1:
GeeksForGeeks
D3.js | brush.move() Function
输出:
示例 2:
GeeksForGeeks
D3.js | brush.move() Function
输出: