The current behavior
设置vue的背景存在问题
The expected behavior
Your environment(such as: Butterfly version、Browser version、OS and so on)
Butterfly version
:
Browser version
:
OS
:
Steps To Reproduce, Maybe you can provide a simple demo.
当前无法通过以下方法来实现
canvas.setGridMode(true, {
isAdsorb: false, // 是否自动吸附,默认关闭
theme: {
shapeType: 'circle', // 展示的类型,支持line & circle
gap: 20, // 网格间隙
background: 'rgba(0, 0, 0, 0.65)', // 网格背景颜色
circleRadiu: 1.5, // 圆点半径
circleColor: 'rgba(255, 255, 255, 0.8)' // 圆点颜色
}
});
1条答案
按热度按时间disbfnqx1#
这样好像可以