aazuspan / sankee

Visualize classified time series data with interactive Sankey plots in Google Earth Engine
https://sankee.readthedocs.io/en/latest/index.html
MIT License
97 stars 15 forks source link

Fix bug when all classes are hidden #55

Closed aazuspan closed 3 months ago

aazuspan commented 3 months ago

The main change is a bug fix for when all classes are manually hidden in the interactive FigureWidget. See 8d5bfbf355e729516bfe67329303381465c97a2e.

This also contains a number of maintenance updates like making methods private and deprecating the unused exclude arg.