refactor: Creates the VizType enum (#31193)

This commit is contained in:
Michael S. Molina
2024-11-29 10:05:02 -03:00
committed by GitHub
parent dbcb473040
commit 93ba8e16c3
138 changed files with 767 additions and 556 deletions

View File

@@ -24,12 +24,13 @@ import {
QueryMode,
supersetTheme,
ComparisonType,
VizType,
} from '@superset-ui/core';
import { TableChartProps, TableChartFormData } from '../src/types';
const basicFormData: TableChartFormData = {
datasource: '1__abc',
viz_type: 'table',
viz_type: VizType.Table,
align_pn: false,
color_pn: false,
show_cell_bars: true,