ESA-VirES / WebClient-Framework

VirES for Swarm - web client
MIT License
3 stars 1 forks source link

Display Kp as stepwise constant values in time slider #467

Closed pacesm closed 1 year ago

pacesm commented 1 year ago

Kp index values are defined as a constant per 3 hour interval. They are interpolated as a step-wise constant function for the data but the time slider displays the data as a piecewise linear function.

image

The time-slider should display the Kp values consistently with the interpolated data.

pacesm commented 1 year ago

Fixed in https://github.com/ESA-VirES/VirES-Server/commit/045790586f7633629ca55bd74b26e436f98a0661

image