Reputation: 296
We have used Superset API to fetch the dashboards and charts data into our web application. We can able to perform CRUD operations on them.
http://localhost:8088/api/v1/chart/data
{
custom_cache_timeout: 0
datasource: {},
force : true,
form_data: string,
queries : [],
result_format: string,
result_type : string
}
Is there anyway to visualize above chart data in our Vue application?
Upvotes: 0
Views: 869