mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(explore): Denormalize form data in echarts, world map and nvd3 bar and line charts (#20313)
* feat(explore): Apply denormalize form data function to echarts and world map * Denormalize form data in mixed timeseries * Add dist bar chart
This commit is contained in:
committed by
GitHub
parent
d04357c47b
commit
354a89950c
@@ -320,6 +320,10 @@ const controlPanel: ControlPanelConfig = {
|
||||
],
|
||||
},
|
||||
],
|
||||
denormalizeFormData: formData => ({
|
||||
...formData,
|
||||
metric: formData.standardizedFormData.standardizedState.metrics[0],
|
||||
}),
|
||||
};
|
||||
|
||||
export default controlPanel;
|
||||
|
||||
Reference in New Issue
Block a user