mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
fix(Dashboard): Color inconsistency on refreshes and conflicts (#27439)
This commit is contained in:
@@ -68,6 +68,7 @@ describe('WordCloud transformProps', () => {
|
||||
},
|
||||
},
|
||||
rotation: 'square',
|
||||
colorScheme: 'bnbColors',
|
||||
data: [{ name: 'Hulk', sum__num: 1 }],
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user