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(heatmap): small multiples #1933

Merged
merged 79 commits into from
Mar 10, 2023
Merged

Commits on Jan 24, 2023

  1. refactor: cleanup and rearrange sm utils

    - move shared sm logic to common
    - move sm scales to internal state
    - colocate panel utils with common sm logic
    - merge/simplify common types
    nickofthyme committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    57f77e6 View commit details
    Browse the repository at this point in the history
  2. docs: add heatmap sm story

    - add heatmap sm example
    - update grid sm story knobs
    nickofthyme committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b6aec1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdee7d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c473220 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. fix: bad merge upstream

    - Add missing files
    - Update moved file path locations
    nickofthyme committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    58cdde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c6c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    413aaf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    56152cb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    9be3031 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    7198345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03fdeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84ce9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf0c5ed View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. chore: permit single value brush inputs

      - previously providing a single input would yeild a zero-width brush area
      - this change attempts to find the next x interval value for a non-zero-width brush area
    nickofthyme committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    39b4338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf23f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7322fb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    5cb9283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a106fc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. fix: heatmap pagination and title placement

    - fixes pagination for non-small-multiples (vert) heatmap
    - ignore pagination for vertical small-multiple heatmap
    - updates title and panel title placements to panel anchor point
    nickofthyme committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1cdb488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9676c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18dd6b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02b4494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55c327d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4b0e45 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    6c92f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4dd835 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    29a8c58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4713acd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. fix: api changes

    nickofthyme committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    73891f7 View commit details
    Browse the repository at this point in the history
  2. fix: jest test imports

    nickofthyme committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    63bf240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fc183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70ad688 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b583dd4 View commit details
    Browse the repository at this point in the history
  6. Revert "fix: broken eslint import/order rule"

    This reverts commit a84ce9e.
    nickofthyme committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7bb0da7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b16295f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    511a2a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. ci: add missing deps

    nickofthyme committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8418eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e28b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858c3db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a62a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c73adf3 View commit details
    Browse the repository at this point in the history
  6. chore: code change suggestions

    Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
    nickofthyme and markov00 authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1799936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd5b765 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc92698 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. refactor: remove all cell size constraints and pagination props [upda…

    …te-vrt]
    
    - removes height/width min/max constraints
    - removes no longer needed filters on y values and cell mappings
    - replaces constrained sizes with panel sizes
    - removes unused pageSize prop
    - removes unused maxRowHeight and maxColumnWidth props
    nickofthyme committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    697e53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4687cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c57b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c865acc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42fb1cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8857c44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7e4395 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51df811 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1de22e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d8648e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d4ad2ed View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    939748e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a977df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225a39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c94fe6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    639a7c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4e083d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59281af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8ffab3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    804b9a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5767b34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f85aba View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    3062165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4cdd83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641cc2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad1a41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5e9654 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c649c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3117e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6c0b42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72d6199 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10ade62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8c4879 View commit details
    Browse the repository at this point in the history