mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: Creates the VizType enum (#31193)
This commit is contained in:
committed by
GitHub
parent
dbcb473040
commit
93ba8e16c3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user