onZoom()

in src/components/ForceGraph.js [179:183]


  onZoom(event, scale, ...args) {
    const { zoomOptions: { onZoom: _onZoom = () => {} } } = this.props;
    _onZoom(event, scale, ...args);
    this.setState({ scale });
  }