-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add a *
option to nodeExtra
#44
Comments
ZachCutler04
added a commit
that referenced
this issue
Aug 9, 2023
kirangadhave
added a commit
that referenced
this issue
Nov 18, 2023
# [1.5.0-alpha.1](https://github.com/Trrack/trrackvis/compare/@trrack/[email protected]...@trrack/[email protected]) (2023-11-18) ### Bug Fixes * **react:** fixing alignment ([08d981e](08d981e)) * **react:** merge ([0c019e3](0c019e3)) ### Features * **react:** adding * as option to node extra ([6923721](6923721)), closes [#44](#44) [#43](#43) [#42](#42)
kirangadhave
added a commit
that referenced
this issue
Nov 18, 2023
# [1.5.0](https://github.com/Trrack/trrackvis/compare/@trrack/[email protected]...@trrack/[email protected]) (2023-11-18) ### Bug Fixes * **react:** fixing alignment ([08d981e](08d981e)) * **react:** merge ([0c019e3](0c019e3)) ### Features * **react:** adding * as option to node extra ([6923721](6923721)), closes [#44](#44) [#43](#43) [#42](#42)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have to specify an element for each event type in
nodeExtra
. We should have a catch all key*
which adds the element to every node. Something like:We can fix this so that it is rendered before an event specific
nodeExtra
value.The text was updated successfully, but these errors were encountered: