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 tooltip histograms and support for non-visual properties #96

Merged
merged 43 commits into from
Nov 26, 2023

Commits on Sep 30, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    ef0e839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c374a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785ac54 View commit details
    Browse the repository at this point in the history
  4. Update

    flekschas committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a02ea0b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Update docs/axes-legend-tooltip.md

    Co-authored-by: Trevor Manz <trevor.j.manz@gmail.com>
    flekschas and manzt authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a93f797 View commit details
    Browse the repository at this point in the history
  2. Clarify function name

    Co-authored-by: Trevor Manz <trevor.j.manz@gmail.com>
    flekschas and manzt authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c829712 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge branch 'flekschas/tooltip-histograms' of github.com:flekschas/j…

    …upyter-scatter into flekschas/tooltip-histograms
    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ef89bd0 View commit details
    Browse the repository at this point in the history
  2. Use @manzt rephrasing

    Somehow applying it right in github.com didn't work
    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    759636c View commit details
    Browse the repository at this point in the history
  3. Add annotated tooltip image

    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3bba6d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d49924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b5cce View commit details
    Browse the repository at this point in the history
  6. Fix link

    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b717da2 View commit details
    Browse the repository at this point in the history
  7. Extend description

    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e3beab9 View commit details
    Browse the repository at this point in the history
  8. Update API docs

    flekschas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    82a862f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Clamp long value text

    flekschas committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    26f0740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7a410 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Oct 24, 2023

  1. Remove unused import

    flekschas committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ed21d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f8eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    812c250 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'flekschas/tooltip-histograms' of github.com:flekschas/j…

    …upyter-scatter into flekschas/tooltip-histograms
    flekschas committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ab20493 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dc83ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Fix typo

    flekschas committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1a7bcd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    c9079e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45dc0bd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Update vitepress

    flekschas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3a771e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f486a2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9642a38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a682f7e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Switch to treemaps for categorical histograms. Rename `histograms_wid…

    …th` to `histograms_size`
    
    Treemaps with the `dice` algorithm is the same visualization as before but it generalizes better to make small populations more easily readable when using other tiling algorithms like `binary` or `squarify`.
    flekschas committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7a52cd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    70ae8ae View commit details
    Browse the repository at this point in the history
  2. Simplify

    flekschas committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    04cf289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    053e3ba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

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

Commits on Nov 23, 2023

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

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    3ef2d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acc343 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'flekschas/tooltip-histograms' of github.com:flekschas/j…

    …upyter-scatter into flekschas/tooltip-histograms
    flekschas committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    331b425 View commit details
    Browse the repository at this point in the history
  4. fix: renaming regression

    flekschas committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f5a335c View commit details
    Browse the repository at this point in the history