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 heatmap first color being unused #22157

Merged
merged 5 commits into from
Dec 19, 2022

Commits on Dec 18, 2022

  1. Fix heatmap first color being unused

    vue3-calendar-heatmap has the behaviour that the first and second colors
    are mapped to values null and 0, meaning the second color was not used
    as intended for values > 0. I think this is a behaviour change from
    previous vue2 version that was missed during the upgrade.
    
    This change makes first and second values the same, so the heatmap can
    now use one additional color for meaningful values.
    silverwind committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1733dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0ed33 View commit details
    Browse the repository at this point in the history
  3. tweak selector

    silverwind committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    632725a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    1df7bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7619624 View commit details
    Browse the repository at this point in the history