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

fix: Make contries map responsive #9003

Merged
merged 5 commits into from
Sep 15, 2023
Merged

fix: Make contries map responsive #9003

merged 5 commits into from
Sep 15, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    52adbe8 View commit details
    Browse the repository at this point in the history
  2. fix: Make map responsive

    hangy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1bfb47f View commit details
    Browse the repository at this point in the history
  3. deps(npm): Migrate from jvectormap to jsvectormap

    jvectormap (and jvectormap-next for that matter) seem to be unmaintained.
    jsvectormap is a fork, which doesn't depend on jQuery any more, and
    is actually updated regularly. Also, `updateSize` doesn't seem to work in
    jvectormap.
    
    This change also moves the map initialization code from Display.pm to
    it's own JS file, so that it can be linted correctly.
    hangy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    81d03ab View commit details
    Browse the repository at this point in the history
  4. chg: Use new visualizeData for the regions

    Has better styling for the different countries.
    hangy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    59d0070 View commit details
    Browse the repository at this point in the history
  5. chg: Update jsvectormap styling

    Now uses a few OFF colours from _variables.scss.
    hangy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    79fd022 View commit details
    Browse the repository at this point in the history