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