kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Replace the time series widget using new stackable time series #376

Closed claustres closed 2 months ago

claustres commented 2 months ago

KDK now provides a KStackableTimeSeries that allows to build a widget where different time series (ie charts) can be more easily displayed and compared. To be more flexible the widget is to be implemented at application level, which should also manage the related selection highlight.

Should also cover part of https://github.com/kalisio/kano/issues/377.