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(barSeries): error rendering bars with negative log scale #2407

Merged
merged 21 commits into from
May 7, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    30f5861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed2b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464b807 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. fix: render highlighter and geom matcher

    - remove upsidedown height logic, use negative height and handle render accordingly.
    - add range helper utils to check for values in first and last half of given range.
    nickofthyme committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6d3e0f3 View commit details
    Browse the repository at this point in the history
  2. fix: minBarHeight issue

    - This comes from the change to use the shared `getY1ScaledValueFn` that adds a little extra for elastic#1053.
    - The chrome bug causing elastic#1053 has now been fixed, so removing this code.
    nickofthyme committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d51ac12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b1d36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4381347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddd3d99 View commit details
    Browse the repository at this point in the history
  6. fix: y0 on bars where min height it applied

    - also fixes min height for banded bars that cross `0`
    nickofthyme committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bf89632 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a26581f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a895568 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63e8136 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. test: fix test cases

    nickofthyme committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7bda378 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    01559c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342be6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    245dcf3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    652d7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332fc5d View commit details
    Browse the repository at this point in the history