When looking at "Your charts and filters" in Dashboard edit mode, visualizations that you are a listed 'owner' on, but didn't create, don't appear in the list.
Given the selection is "your charts and filters", I would expect it to include charts/filters that you own, not just charts/filters that you created.
Only charts that you are the creator of appear in the list. This hinders collaborative work
Caleb Reed is creator:

Rob Spielman is owner:

Not appearing in "Your charts and filters"

(please complete the following information):
superset version 0.37.2python --version 3.6.9node -v 8.10.0npm -v 3.5.2Make sure these boxes are checked before submitting your issue - thank you!
Add any other context about the problem here.
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.89. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
If you change line 48 in /superset-frontend/src/dashboard/actinos/sliceEntities.js to
endpoint: `/sliceasync/api/read?_flt_0_owners=${userId}`,
it should close this issue
@rwspielman You should still be able to add the chart to the dashboard via the chart explore page as a workaround.
@nytai Thank you! somewhat unrelated to the issue, but our organization would benefit from separate permissions that allow users to use charts in a dashboard without being the owner. i.e. read-only access to a dashboard. we could just remove the filter on this query, but that sort of opens up every chart to all users which could be a very large list