mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
fix: get COLORS from Utils now that it has been moved there
This commit is contained in:
parent
8111cf5522
commit
d5efe6b8e2
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ export const Categorized = FeatureGroup.extend({
|
||||||
} else {
|
} else {
|
||||||
this.options.colors = colorbrewer?.Accent[this._classes]
|
this.options.colors = colorbrewer?.Accent[this._classes]
|
||||||
? colorbrewer?.Accent[this._classes]
|
? colorbrewer?.Accent[this._classes]
|
||||||
: U.COLORS // Fixme: move COLORS to modules/
|
: Utils.COLORS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue