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

Statistics plots updates #271

Merged
merged 6 commits into from
Jan 16, 2024
Merged

Statistics plots updates #271

merged 6 commits into from
Jan 16, 2024

Commits on Dec 30, 2023

  1. statistics_plots: speedup data loading

    Reduces data loading time from ~12s to ~4s by avoiding to have to fetch
    all database entries. Instead the data is grouped into intervals with the
    DB query.
    bkueng committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e6cedce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efbb9f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. statistics_plots: major rework, add stacked area plots for boards, ai…

    …rframes, version, modes
    bkueng committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    501b3d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c862f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 16, 2024

  1. plot_app: switch to cdnjs.cloudflare.com hosted font-awesome & update…

    … to 6.5.1
    
    Reduces the load a bit and should be a bit faster.
    bkueng committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f1498e1 View commit details
    Browse the repository at this point in the history