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

Feature: Sankey Link Hover Styling #6839

Closed
wants to merge 6 commits into from

Commits on Jan 10, 2024

  1. Allow end users to override the sankey link hover style by providing …

    …their own css styling
    Michael Potter committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b8238e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. add a draftlogs entry

    Michael Potter committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ba96e96 View commit details
    Browse the repository at this point in the history
  2. use 'var' instead of 'let' per ci/cd guide

    Michael Potter committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5e2444b View commit details
    Browse the repository at this point in the history
  3. remove 'const' in favor of 'var' per CI/CD rules

    Michael Potter committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    afcbcc2 View commit details
    Browse the repository at this point in the history
  4. adhere to style guide CI/CD feedback

    Michael Potter committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    635e5ee View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. catch exceptions when trying to read access-restricted css files, and…

    … update test case to look for css styling
    Michael Potter committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9555c0c View commit details
    Browse the repository at this point in the history