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/plot yaxis2 #383

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Feature/plot yaxis2 #383

merged 4 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Separate checkboxes for Y1 and Y2

    Checking one will uncheck the other
    cortex committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7537343 View commit details
    Browse the repository at this point in the history
  2. Only one event handler

    Previous version made one event handler lambda for each row, causing
    bad performance
    cortex committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dc4eff6 View commit details
    Browse the repository at this point in the history
  3. Fix performance regression

    * Don't update graph when name/value column changes (done on click)
    * Use named column indices
    * Compute currentRow once in addDataItem
    cortex committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5c8c7ef View commit details
    Browse the repository at this point in the history
  4. Fix column indices

    cortex committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d4d8087 View commit details
    Browse the repository at this point in the history