Use the visualizeLoader for dashboards #15153
Labels
chore
Feature:Dashboard
Dashboard related features
Feature:Vis Loader
Visualize loader APIs
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
I think we should use the visualize loader to load vizualizations on the dashboard (i.e. the
VisualizeEmbeddableFactory
).Currently we expose the loader as kind of an API to load visualizations but don't use it ourselves anywhere. I think using it would make sure, we thoroughly test it, and it will also stay up-to-date with changes we do.
Also we would get a good feeling on what extensions we need to make to the API, that something like dashboards can properly work with it. Last but not least, we could get rid of another part of Angular in the Dashboard, since the visualize loader exposes pure JavaScript.
The text was updated successfully, but these errors were encountered: