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
As we implemented resizable panels in #12411
But this introduce issue with standalone slice, example http://localhost:8088/superset/explore/?form_data=%7B%22slice_id%22%3A%20185%7D&standalone=true
In standalone mode, chartWidth is set to undefined, which cause chart disappear
chartWidth
Chart should be rendered properly in standalone url
Chart disappears in standalone url
(please complete the following information):
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered:
I found the root cause, going to create PR couple of hours later.
Sorry, something went wrong.
No branches or pull requests
As we implemented resizable panels in #12411
But this introduce issue with standalone slice, example http://localhost:8088/superset/explore/?form_data=%7B%22slice_id%22%3A%20185%7D&standalone=true
In standalone mode,
chartWidth
is set to undefined, which cause chart disappearExpected results
Chart should be rendered properly in standalone url
Actual results
Chart disappears in standalone url
How to reproduce the bug
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: