ERGO1995

Results 4 issues of 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...

size/XL
viz:charts:pivot
plugins
dependencies:npm
packages

### 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...

size/L
change:frontend
i18n:general
plugins
dependencies:npm
packages

### 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...

size/S
viz:charts:echarts
plugins
testenv-up

### 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...

size/M
change:frontend
api