Skip to content

v1.2.0

Choose a tag to compare

@m860 m860 released this 21 May 07:34
· 4 commits to master since this release

1.2.0 (2019-05-21)

Features

  • D3Graph新增props.onDrawingRender回调函数,此回调函数在图形绘制完成时调用,每次图形render完成都会调用,函数的有一个参数就是对应的action的数据 (10baa42)
  • D3Graph添加了实例方法getActionByID获取某一个action的数据 (51a9942)
  • setNoneHandler会移除所有的操作,选择操作新增了一个方法setSelectHandler (9edc720)