forked from github/dataease
feat: 画布升级 增加矩阵 边界 对齐 吸附等功能
This commit is contained in:
parent
a06297a73a
commit
38dea1ad1d
@ -223,6 +223,7 @@ export default {
|
||||
scaleWidth: 100,
|
||||
scaleHeight: 100,
|
||||
selfAdaption: true,
|
||||
auxiliaryMatrix: true,
|
||||
openCommonStyle: true,
|
||||
panel: DEFAULT_PANEL_STYLE,
|
||||
chart: {
|
||||
@ -267,6 +268,7 @@ export default {
|
||||
scaleWidth: 100,
|
||||
scaleHeight: 100,
|
||||
selfAdaption: true,
|
||||
auxiliaryMatrix: true,
|
||||
openCommonStyle: true,
|
||||
panel: DEFAULT_PANEL_STYLE,
|
||||
chart: {
|
||||
|
@ -25,6 +25,7 @@ export const DEFAULT_COMMON_CANVAS_STYLE = {
|
||||
scaleWidth: 100,
|
||||
scaleHeight: 100,
|
||||
selfAdaption: true,
|
||||
auxiliaryMatrix: true,
|
||||
openCommonStyle: true,
|
||||
panel: DEFAULT_PANEL_STYLE,
|
||||
chart: {
|
||||
|
Loading…
Reference in New Issue
Block a user