kalisio / kano

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

Timeseries display is not right #18

Closed claustres closed 5 years ago

claustres commented 5 years ago

There are some sizing issues:

  1. by default the popover does not take the full possible width according to style, previously opening a second collapsible with wind arrows made it work
    • max-height of the popover + min-width in style does not help
    • fit options of the popover does not help since it requires a parent div and positioning according to the map with anchor and self is not possible anymore
  2. when maximized in the modal the component overflows

There is also a styling issue with the buttons that are not on the right side.

claustres commented 5 years ago

Managed by KWidget now https://github.com/kalisio/kCore/issues/99