tickFormat(d => `${d3.format(".2s")(d)}`) .scale(this.props.scale) .ticks(this.props.data.length); d3.select(this.refs.anchor) .call(axis); }).
確定! 回上一頁