Menu export is not available for charts in embedded dashboards Superset
We use embedded (https://www.npmjs.com/package/@superset-ui/embedded-sdk) dashboards in our system. When viewed in the superset admin panel, all menu items for charts are available. But in our system only a few are available.
Menu export is not available for charts in embedded dashboards Superset
We use embedded (https://www.npmjs.com/package/@superset-ui/embedded-sdk) dashboards in our system. When viewed in the superset admin panel, all menu items for charts are available. But in our system only a few are available.
Menu export is not available for charts in embedded dashboards Superset
We use embedded (https://www.npmjs.com/package/@superset-ui/embedded-sdk) dashboards in our system. When viewed in the superset admin panel, all menu items for charts are available. But in our system only a few are available.
How can I create chart from a custom query?
I have created a query that executes without error in the SQL Lab. I want to test creating a chart with the returned results. I am getting the following error when I attempt to create the chart:
how to use use custom Y Axis Axis Format in Aapache superset
Hell sir,
I am using Apache superset. I need to use custom Y Axis Axis Format number format. I have data like sample data:
how to use use custom Y Axis Axis Format in Aapache superset
Hell sir,
I am using Apache superset. I need to use custom Y Axis Axis Format number format. I have data like sample data:
Superset is missing MySQL after upgrade from 3.0.0 to 4.1.1
I have updated superset from 3.0.0 to 4.1.1 in my docker container.
I am currently using a flask to authenticate to AzureAD so my requirements-local.txt looks like this post upgrade:
Apache Superset: How is it possible to create a Hierachie in a Pivot Table?
#Problem Description
Apache Superset (v 4.0.2) not showing options when i use “IN” operator in a filter
While adding a filter to a chart I’m creating, I expect to see a dropdown menu with all the options from the column I choose when I select the ‘IN’ operator. However, in my case, the dropdown is blank, so I have to type all the values manually, which is time-consuming and prone to errors. Is anyone else experiencing the same problem?
How to Hide Specific Parts of a Superset Chart in an Embedded Iframe (Without standalone Flag)?
I’m trying to integrate an Apache Superset chart into my web application using an iframe.
When I set standalone=1 in the iframe URL, it shows only the chart, which is great, but I need more flexibility. If I don’t use the standalone flag, the entire Superset page is loaded within the iframe (including the full Superset UI like the chart source and header).
My use case requires me to: