Skip to content

Tags: aazuspan/sankee

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug when all classes are hidden (#55)

* Docstring and typing fixes

* Deprecations and private methods

* Fix bug when all classes are interactively hidden

Hiding all classes would throw an exception related to mismatched
data types during some internal update of the widget state. I traced
that back to the `SankeyPlot.plot.data[0].link` update and found it
broke if you used the link data from a `go.Sankey` that was
initialized with `link_kwargs`. Instead, intitializing with an empty
`go.Sankey` seems to solve the issue. That only arises if all classes
are hidden, so I just threw in an early return of an empty `go.Sankey`
in that case.

v0.2.4

Toggle v0.2.4's commit message
Switch to MIT license

v0.2.3

Toggle v0.2.3's commit message
Bump version: 0.2.2 → 0.2.3

v0.2.2

Toggle v0.2.2's commit message
Bump version: 0.2.1 → 0.2.2

v0.2.1

Toggle v0.2.1's commit message
Bump version: 0.2.0 → 0.2.1

v0.2.0

Toggle v0.2.0's commit message
Bump version: 0.1.0 → 0.2.0

v0.1.0

Toggle v0.1.0's commit message
Check for geemap import before throwing geemap error

v0.0.7

Toggle v0.0.7's commit message
Bump version: 0.0.6 → 0.0.7

v0.0.6

Toggle v0.0.6's commit message
Bump version: 0.0.5 → 0.0.6

v0.0.5

Toggle v0.0.5's commit message
Bump version: 0.0.4 → 0.0.5