Skip to content

Commit

Permalink
fix: fix word cloud randomness (#19977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaratte committed May 11, 2022
1 parent a7e3d6b commit 2e31021
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e31021

Please sign in to comment.