Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid layout,源码和文档是错乱的 #178

Open
mankeheaven opened this issue Sep 14, 2023 · 0 comments
Open

grid layout,源码和文档是错乱的 #178

mankeheaven opened this issue Sep 14, 2023 · 0 comments

Comments

@mankeheaven
Copy link

源码是execute方法
文档是

const gridLayout = new GridLayout({
  type: 'grid',
  width: 600,
  height: 400,
  rows: 4,
  cols: 4,
})

const newModel = gridLayout.layout(model)

就算调用execute方法,还是各种报not a function的错误。

所以,grid layout和antv x6之间的版本,文档对应的关系是怎样的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant