mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: Adds theme object to chart properties (#19951)
This commit is contained in:
committed by
GitHub
parent
5dd3ea154b
commit
e9032e95ec
@@ -21,6 +21,7 @@ import {
|
||||
ChartProps,
|
||||
DatasourceType,
|
||||
GenericDataType,
|
||||
supersetTheme,
|
||||
} from '@superset-ui/core';
|
||||
import { TableChartProps, TableChartFormData } from '../src/types';
|
||||
|
||||
@@ -63,6 +64,7 @@ const basicChartProps = {
|
||||
},
|
||||
],
|
||||
formData: basicFormData,
|
||||
theme: supersetTheme,
|
||||
};
|
||||
|
||||
const basicQueryResult: ChartDataResponseResult = {
|
||||
|
||||
Reference in New Issue
Block a user