You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a chart, users are able to add Annotation Layers that can be set to be powered by an existing table chart. However, the dropdown selector to specify a chart isn't returning all table charts available in the Workspace.
How to reproduce the bug
Make sure you have over 100 charts (duplicate dashboards to get to 100 more quickly if needed)
Create a new Table Chart -- make sure the name starts with Z to see the bug more easily
Try to use this table chart as an annotation layer source on another chart, like a Mixed chart or a time series chart
Expected results
When searching for a chart when adding annotations, the new chart appears
Actual results
The new chart doesn't appear in the chart list
Environment
(please complete the following information):
browser type and version:
superset version: master
python version: python --version
node.js version: node -v
any feature flags active:
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
It seems that the endpoint to fetch the charts is only returning 100 results - there doesn't seem to be pagination and it also doesn't seem to be filtering by viz_type = table, which might also reduce the number of charts that would be returned.
The text was updated successfully, but these errors were encountered:
When creating a chart, users are able to add Annotation Layers that can be set to be powered by an existing table chart. However, the dropdown selector to specify a chart isn't returning all table charts available in the Workspace.
How to reproduce the bug
Expected results
When searching for a chart when adding annotations, the new chart appears
Actual results
The new chart doesn't appear in the chart list
Environment
(please complete the following information):
master
python --version
node -v
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
It seems that the endpoint to fetch the charts is only returning 100 results - there doesn't seem to be pagination and it also doesn't seem to be filtering by viz_type = table, which might also reduce the number of charts that would be returned.
The text was updated successfully, but these errors were encountered: