我想通过jointjs在圆圈中画一些标记(小圆圈),我该怎么做?
这段代码用文本“token”画了一个圆圈,我想用一个圆圈替换“token”。
var place =
new joint.shapes.basic.Circle({
id:'place1',
position: {x:100, y: 180},
attrs: {circle: {fill: '#FFFFFF'}, text: {text:'TOKEN', fill:'#000000'}}
});