ERGO1995
ERGO1995
### SUMMARY Implemented a new Column Coloring feature that allows users to apply fixed background colors to selected metric columns in the Pivot Table. Integrated a color picker for enhanced...
### SUMMARY I picked up an existing PR that was no longer progressing ([PR 30318](https://github.com/apache/superset/pull/30318)). The idea is to make the language dynamic and configurable in the context of embedding...
### SUMMARY This PR introduces a new feature that allows users to toggle the visibility of the **All/Invert** buttons in the legend for ECharts-based visualizations. Previously, these buttons were always...
### SUMMARY Added a LOADERS variable in the configuration files config.py and superset_config.py: - config.py default value → LOADERS = [{"src": "/static/assets/images/loading.gif"}] - superset_config.py → LOADERS = [{"src": "/static/assets/images/YOUR_GIF.gif"}] (for...