Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Add MapsLayoutFactory for custom split map layouts #1588

Merged
merged 3 commits into from
Aug 30, 2021

Commits on Aug 29, 2021

  1. Add MapsLayoutFactory for custom split map layouts

    - Add MapsLayoutFactory for custom split map layouts
    - Avoid manual calculation of the sizes of the map-containers and positioning them with CSS instead
    - Add observeDimensions and useDimensions to allow components to listen to their size changes
    - Fixed the issue with the HistogramPlot not being updated by adding a resize observer to RangeSlider
    - Crash on Double-click in dual map
    - Fix: Pinning a tooltip moves it to the top left of the screen
    - Changed width > 0 || height > 0 to width > 0 && height > 0
    - Fix: Crash on Double-click in dual map
    - Fix formatting
    - Fix: Map layers can't be moved on top (#210)
    
    Signed-off-by: Ilya Boyandin <iboyandin@foursquare.com>
    ilyabo authored and heshan0131 committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    7c15997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7899fd6 View commit details
    Browse the repository at this point in the history
  3. ResizeObserver debouncing

    ilyabo authored and heshan0131 committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    c05aa33 View commit details
    Browse the repository at this point in the history