Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 446 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 446 Bytes

基于 D3.js 库的图片标注工具

更新日志

v0.0.1

  • 添加标注工具基本功能

使用方法

通过 new D3M()创建实例化对象

画布

  • createSVG

分组

  • group

数据

  • readData
  • getData

图形

  • rect
  • text
  • update
  • updateHtml
  • remove
  • removeHtml

组件

  • addScroll
  • removeScroll
  • addHover
  • removeHover
  • setHover

工具

  • openDraw
  • closeDraw

监听

  • on
  • off