We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to set the initial spec. The docs says
I do not understand how to use this and cannot find any examples. Please provide.
I would like to be able to use it to finalize the PR panel-extensions/panel-graphic-walker#27.
The text was updated successfully, but these errors were encountered:
My spec was from exporting the current chart. It was a dict in Python. I have to provide it as an Array in React:
dict
<GraphicWalker ... chart={[spec]} />
This was not very clear for two reasons
chart
spec
storeRef
What helped me was chart usage in https://graphic-walker.kanaries.net/examples/Graphic_Walker_In_a_Modal and chatGPT.
Sorry, something went wrong.
No branches or pull requests
I would like to set the initial spec. The docs says
I do not understand how to use this and cannot find any examples. Please provide.
I would like to be able to use it to finalize the PR panel-extensions/panel-graphic-walker#27.
The text was updated successfully, but these errors were encountered: