将版本d3.js v4中的行降级为d3.js v3

时间:2017-09-22 17:10:35

标签: javascript d3.js

我想知道d3.js的v3版本中的等效内容 目前我在d3.js的第4版上工作了

  var line = d3.line()
  .curve(d3.curveBasis)
  .x(function(d) { return x(d.apotential); })
  .y(function(d) { return y(d.current); });

0 个答案:

没有答案