-
Notifications
You must be signed in to change notification settings - Fork 6
Vega 15 #26
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
Vega 15 #26
Conversation
| const Form = JSONSchemaForm.default; | ||
| const uiSchema = { | ||
| "guess": { | ||
| "ui:widget": "range" |
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.
Much nicer if we have a number field instead of range.
If you remove line 28, it will automatically become a number field.
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.
This was done to show off the uiSchema customizing in http://localhost:8000/#/?id=json-schema-powered-form.
Do you want to remove the slider in the plot and in the json schema form examples? Or just use a number field in the plot example?
fdiblen
left a comment
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.
Enjoyable! I made few suggestions.
🐿️
|
Still need to embed vega example like done in #53 |
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
fdiblen
left a comment
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.
🧀
|
Kudos, SonarCloud Quality Gate passed!
|
Fixes #15