feat: add route and menu support for axis domain-*#11858
feat: add route and menu support for axis domain-*#11858kgryte merged 14 commits intostdlib-js:refactor/plotfrom
Conversation
|
@kgryte, You may see here that |
|
Since the To address this limitation, a practical workaround is to dynamically set Demo: Screen.Recording.2026-05-01.at.9.03.36.PM.mov |
|
@gururaj1512 I believe you can go ahead and update this PR now that the domain bug has been addressed. |
|
You'll likely need to merge in the latest from the |
|
domainDash needs to be yet updated to use comma separated values instead of []. |
Changed the default domainOpacity value from 0 to 1. Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
| 'default': [], | ||
| 'type': 'array', | ||
| 'items': { | ||
| 'type': 'number' | ||
| }, | ||
| 'minItems': 0 |
There was a problem hiding this comment.
Is this a valid lil gui configuration?
There was a problem hiding this comment.
Maybe stated differently, is this the first instance of us adding a configuration like this?
There was a problem hiding this comment.
Did a look through the code; I believe this is a first. I am guessing you are basing this off of JSON schema?
I am curious what is the larger context and how are you envisioning this will be used, as the "type", "items", and "minItems" fields are not immediately applicable to, e.g., lilgui.
There was a problem hiding this comment.
Notice how, for the other configurations, such as domainOpacity, the default value, along with min and max are directly applicable to a "slider" UI element.
In this case, I am not sure how the items and minItems fields have direct application to UI elements, but maybe you have a larger vision.
There was a problem hiding this comment.
Yeh, they were placed from POV of JSON schema. They can be removed.
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
|
As the CI failure is expected, I'll go ahead and merge. |
Resolves None
Description
This pull request:
Screen.Recording.2026-04-30.at.2.18.46.PM.mov
Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers