diff --git a/viz-lib/src/visualizations/chart/Editor/GeneralSettings.tsx b/viz-lib/src/visualizations/chart/Editor/GeneralSettings.tsx index 4ca741583..64455cd01 100644 --- a/viz-lib/src/visualizations/chart/Editor/GeneralSettings.tsx +++ b/viz-lib/src/visualizations/chart/Editor/GeneralSettings.tsx @@ -336,7 +336,7 @@ export default function GeneralSettings({ options, data, onOptionsChange }: any) )} - {!includes(["custom", "heatmap", "bubble", "scatter"], options.globalSeriesType) && ( + {!includes(["custom", "heatmap", "bubble"], options.globalSeriesType) && ( // @ts-expect-error ts-migrate(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message