mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: fix word cloud randomness (#19977)
This commit is contained in:
@@ -28,10 +28,11 @@ import {
|
||||
import {
|
||||
SupersetThemeProps,
|
||||
withTheme,
|
||||
seedRandom,
|
||||
seed,
|
||||
CategoricalColorScale,
|
||||
} from '@superset-ui/core';
|
||||
|
||||
const seedRandom = seed('superset-ui');
|
||||
export const ROTATION = {
|
||||
flat: () => 0,
|
||||
// this calculates a random rotation between -90 and 90 degrees.
|
||||
|
||||
Reference in New Issue
Block a user