mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(echarts): Implement stream graph for Echarts Timeseries (#23410)
This commit is contained in:
committed by
GitHub
parent
a5c31b2426
commit
b0d83e8c50
@@ -22,7 +22,7 @@ import {
|
||||
RadioButtonOption,
|
||||
sharedControlComponents,
|
||||
} from '@superset-ui/chart-controls';
|
||||
import { AreaChartExtraControlsOptions } from '../constants';
|
||||
import { AreaChartStackControlOptions } from '../constants';
|
||||
|
||||
const { RadioButtonControl } = sharedControlComponents;
|
||||
|
||||
@@ -53,7 +53,7 @@ export function useExtraControl<
|
||||
|
||||
const extraControlsOptions = useMemo(() => {
|
||||
if (area) {
|
||||
return AreaChartExtraControlsOptions;
|
||||
return AreaChartStackControlOptions;
|
||||
}
|
||||
return [];
|
||||
}, [area]);
|
||||
|
||||
Reference in New Issue
Block a user