mirror of
https://github.com/umap-project/umap.git
synced 2025-05-19 04:00:35 +02:00
Compare commits
1 commit
97c9f9ed88
...
194efe8068
Author | SHA1 | Date | |
---|---|---|---|
![]() |
194efe8068 |
1 changed files with 0 additions and 5 deletions
|
@ -293,11 +293,6 @@ const PathMixin = {
|
|||
this.on('popupclose', this._redraw)
|
||||
},
|
||||
|
||||
bindTooltip: function (content, options) {
|
||||
options.sticky = !options.permanent
|
||||
this.parentClass.prototype.bindTooltip.call(this, content, options)
|
||||
},
|
||||
|
||||
highlightPath: function () {
|
||||
this.parentClass.prototype.setStyle.call(this, {
|
||||
fillOpacity: Math.sqrt(this.feature.getDynamicOption('fillOpacity', 1.0)),
|
||||
|
|
Loading…
Reference in a new issue