mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +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:
@@ -285,6 +285,10 @@ const controlPanel: ControlPanelConfig = {
|
||||
],
|
||||
},
|
||||
],
|
||||
denormalizeFormData: formData => ({
|
||||
...formData,
|
||||
metric: formData.standardizedFormData.standardizedState.metrics[0],
|
||||
}),
|
||||
};
|
||||
|
||||
export default controlPanel;
|
||||
|
||||
Reference in New Issue
Block a user