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 #22158

Merged
merged 3 commits into from
Dec 18, 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
    2271afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed0fce 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
    efc08be View commit details
    Browse the repository at this point in the history