UNPKG

d3-visualize

Version:

d3-view components for data visualization

15 lines (10 loc) 247 B
import {vizPrototype} from '../core/chart'; vizPrototype.brushX = function () { return this.$.brushX(); }; vizPrototype.brushY = function () { return this.$.brushY(); }; vizPrototype.brush = function () { return this.$.brush(); };