Compare commits

..

No commits in common. "8a3b173013b652b7bd3451baded7e1feefa86c06" and "67e2e52ff5fd90af6aa64f3ac8cc9fcae157630d" have entirely different histories.

View File

@ -159,11 +159,9 @@ const dragCanvas = (e: any) => {
const canvasBox = () => {
const layoutDom = document.getElementById('go-chart-edit-layout')
if (layoutDom) {
//
const scrollW = 20
return {
height: layoutDom.clientHeight - scrollW,
width: layoutDom.clientWidth - scrollW
height: layoutDom.clientHeight - 25,
width: layoutDom.clientWidth
}
}
return {