-
Notifications
You must be signed in to change notification settings - Fork 55
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
Nested layout #570
Nested layout #570
Conversation
@T-Wizard This looks promising. Do you think you can add an example picasso configuration to try it out? |
@nilzona: added two examples in the studio |
441902b
to
4c0d694
Compare
return { | ||
index: i, | ||
key: c.settings.key, | ||
dockConfig, | ||
resize: c.instance.resize, | ||
preferredSize(opts) { | ||
return dockConfig.computePreferredSize({ ...opts, children: wrapChildren(c.children) }); | ||
}, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any suggestion on what information is needed by different types of layout functions?
packages/picasso.js/src/core/chart-components/container/container.js
Outdated
Show resolved
Hide resolved
docs/scriptappy.json
Outdated
@@ -1973,6 +2017,25 @@ | |||
} | |||
} | |||
}, | |||
"ContainerComponent": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to build the spec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
(many changes in the spec, probably not any rebuild since the last rebase from master)
Add Support for Components in Components (#181)
A simpler more limited alternative to master...nilzona:compose-api
Checklist