mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
feat: showing results pane in dashboard (#20144)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user