Karthik Arthik
Karthik Arthik

Reputation: 296

Apache Superset for Vue developers

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

Answers (1)

Gleen
Gleen

Reputation: 83

You can try apache echarts.

Apache Echarts

Upvotes: 0

Related Questions