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

WIP: Fancy table poc #939

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

WIP: Fancy table poc #939

wants to merge 3 commits into from

Commits on Jun 27, 2024

  1. Fetch time series immediately instead of at the first change

    Time series were previously only fetched if any of the inputs to the
    service changed for the first time. This means that no time series were
    fetched if non-reactive input arguments were used.
    ceesvoesenek committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    555b132 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add "fancy table" class

    This displays time series as a configurable table with the following
    possible row types:
    - numeric values;
    - numeric values on a coloured background;
    - direction arrows;
    - graph (optionally with numeric values)
    ceesvoesenek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    382d1dd View commit details
    Browse the repository at this point in the history
  2. Add "fancy table" display

    This is currently only accessible by manually specifying the URL.
    Furthermore, independent of the selected location, it will use the same
    hard-coded configuration.
    ceesvoesenek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    de66fad View commit details
    Browse the repository at this point in the history