-
Notifications
You must be signed in to change notification settings - Fork 113
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
Document Kedro-Viz React component usage #1745
Comments
I've been thinking about this for a while, 100 % agreed with documenting what we already have at the very least 👍🏽 |
It exists in the README here: https://github.com/kedro-org/kedro-viz?tab=readme-ov-file#standalone-react-component-usage If a user is looking for how to use it like this we should send them here until it's added to the docs. Edit: this part is important, too. |
Also maybe documenting how to use |
The current docs https://github.com/kedro-org/kedro-viz?tab=readme-ov-file#standalone-react-component-usage are unclear: Lines 254 to 258 in 2a6cff7
but then if I do that, here's what I get:
where's the JSON? What am I supposed to do with this? |
From #1850:
|
Had a discussion with @astrojuanlu and @stephkaiser on Kedro-Viz as react component. The discussion happens mainly around feature request from @datajoely (Managed analytics), what is missing from Kedro-Viz react component and what can be scoped under this ticket. The major feature request from Managed analytics:
Out of the above we mainly discuss 1.d, 1.e, 3 & 4 point. for the point 1.e and 3 needs more discussion and can be handle separately later. For now under this ticket I am focusing on documenting on what we have and exploring preview mode(flowchart only). |
@datajoely
I show in management-console code how you are using props, but for now if you follow props structure as mentioned above it should solve your disabling viz components problem like global toolbar & user onboarding workflow. the only component left which is not part of current props is |
Great! |
xref #1943 |
Expected outcomes of this ticket:
|
Closing this as done |
Fixed in #1992 |
Description
The usage of Kedro Viz as a react component is not present in the docs.
The only way for a user to discover this functionality is by trawling through issues:
#1351
#1293
This is a powerful feature we should enable more users to take advantage of.
Context
I was looking into how to do this and couldn't find examples in the docs
Possible Implementation
Possible Alternatives
N/A
Checklist
The text was updated successfully, but these errors were encountered: