We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
源码是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之间的版本,文档对应的关系是怎样的?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
源码是execute方法
文档是
就算调用execute方法,还是各种报not a function的错误。
所以,grid layout和antv x6之间的版本,文档对应的关系是怎样的?
The text was updated successfully, but these errors were encountered: