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
@@ -16,7 +16,11 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import { DatasourceType, TimeGranularity } from '@superset-ui/core';
|
||||
import {
|
||||
DatasourceType,
|
||||
supersetTheme,
|
||||
TimeGranularity,
|
||||
} from '@superset-ui/core';
|
||||
import transformProps from '../../src/BigNumber/BigNumberWithTrendline/transformProps';
|
||||
import {
|
||||
BigNumberDatum,
|
||||
@@ -89,6 +93,7 @@ function generateProps(
|
||||
ownState: {},
|
||||
filterState: {},
|
||||
behaviors: [],
|
||||
theme: supersetTheme,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user