D3js

D3

select

语法与Jquery相同,只是接口不同

例如:

  • d3.select(‘#id’)
  • d3.selectall(‘.calss’)

SVG属性

  • id class
  • x,y
  • fill stroke
  • height width r
  • transform -> translate, rotate, scale

设置属性.attr

.attr(‘attribute’,’value’)

添加/删除

添加

d3.select(‘#main’).append(‘rect’).attr(‘width’,100).attr(‘height’,100)

​ 表示在main下添加一个矩形宽为100 长为100

删除

比例尺

定义比例尺

d3.scaleLinear().domain([0,10]).range([-1000,1000])

这段代码创建了0-10-1000-1000的映射

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 1970-2020 John Doe
  • Visitors: | Views:

请立刻给我钱

支付宝
微信