feat: showing results pane in dashboard (#20144)

This commit is contained in:
Yongjie Zhao
2022-06-05 23:18:42 +08:00
committed by GitHub
parent 7faf874c1b
commit 41f33a38bc
2 changed files with 38 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ const createProps = (viz_type = 'sunburst') => ({
chartStatus: 'rendered',
showControls: true,
supersetCanShare: true,
formData: { slice_id: 1, datasource: '58__table' },
formData: { slice_id: 1, datasource: '58__table', viz_type: 'sunburst' },
});
test('Should render', () => {