Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Within the starter Framework app with the launches dataset, I am trying to create a reactive plot based on user's filter selection. The following logic works to filter and display the table.
However, the following code throws an error:
If I replace, test_query with "launches" in the above code block, then the plot renders, but doesn't react to a user's selection.
The browser debugger reports the following error: "Uncaught (in promise) RuntimeError: index out of bounds"
Is test_query not the right type for the Mosaic plot function?
Beta Was this translation helpful? Give feedback.
All reactions