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 checkbox behaviour #384

Closed
wants to merge 6 commits into from

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
  5. Don't assume order of columns

    cortex committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cdef571 View commit details
    Browse the repository at this point in the history
  6. WIP: Make whole checkbox clickable

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