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

Issue 427 chart option to include annotations #428

Merged
merged 40 commits into from Jun 13, 2022

Commits on May 6, 2022

  1. Use SensorIdField

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    1ebc008 View commit details
    Browse the repository at this point in the history
  2. Fix function call

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    b7d949d View commit details
    Browse the repository at this point in the history
  3. Layer annotations charts on top

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    42dba0b View commit details
    Browse the repository at this point in the history
  4. Add API endpoint to fetch chart annotations

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    c444d87 View commit details
    Browse the repository at this point in the history
  5. Wrap long annotations

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    1642cf1 View commit details
    Browse the repository at this point in the history
  6. Stack multiple annotations for the same event

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    39e2fb3 View commit details
    Browse the repository at this point in the history
  7. Fetch annotations in sensors.html

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    eaca9b2 View commit details
    Browse the repository at this point in the history
  8. Allow returning annotations as DataFrame

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    349619c View commit details
    Browse the repository at this point in the history
  9. Refactor into util function

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    9ee07ec View commit details
    Browse the repository at this point in the history
  10. Fix import

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    1f5ec64 View commit details
    Browse the repository at this point in the history
  11. Allow including annotations in /chart endpoint

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    051a68f View commit details
    Browse the repository at this point in the history
  12. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    daa53e6 View commit details
    Browse the repository at this point in the history
  13. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    7fc6785 View commit details
    Browse the repository at this point in the history
  14. Update vega dependencies

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    a12a4a7 View commit details
    Browse the repository at this point in the history
  15. Do not stack annotations if there are none

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    03de437 View commit details
    Browse the repository at this point in the history
  16. Only add annotation chart specs if a dataset_name is given

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 6, 2022
    Copy the full SHA
    7efd6f9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Copy the full SHA
    13d173e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Visualize annotated data with shading

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    0a49e3b View commit details
    Browse the repository at this point in the history
  2. Parameterize spacing

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    9565545 View commit details
    Browse the repository at this point in the history
  3. Annotation font size and style

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    f470260 View commit details
    Browse the repository at this point in the history
  4. Add tooltip

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    7620f2b View commit details
    Browse the repository at this point in the history
  5. Increase tooltip font size

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    c3a55ac View commit details
    Browse the repository at this point in the history
  6. Fix full_date transform

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    da92df0 View commit details
    Browse the repository at this point in the history
  7. Refactor: move layer definitions

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    54842a3 View commit details
    Browse the repository at this point in the history
  8. Don't cut off tooltip annotations at 7em (which is the default vega-t…

    …ooltip css)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 12, 2022
    Copy the full SHA
    137a34b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Remove tooltip in favour of showing annotations only underneath the g…

    …raph
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 13, 2022
    Copy the full SHA
    83377f4 View commit details
    Browse the repository at this point in the history
  2. Optional inclusion of annotations in charts, and in sensor charts inc…

    …lude sensor annotations and asset annotations by default
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 13, 2022
    Copy the full SHA
    29c9fca View commit details
    Browse the repository at this point in the history
  3. Fix annotation stacking

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 13, 2022
    Copy the full SHA
    11f17ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    73490dc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Include annotations that only fall partly within the queried time window

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    fc2e70d View commit details
    Browse the repository at this point in the history
  2. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    503f6bf View commit details
    Browse the repository at this point in the history
  3. Deprecate util function that is no longer used

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    9bb9ffd View commit details
    Browse the repository at this point in the history
  4. Revert "Deprecate util function that is no longer used"

    This reverts commit 9bb9ffd.
    Flix6x committed May 23, 2022
    Copy the full SHA
    528a723 View commit details
    Browse the repository at this point in the history
  5. Fix individual sensor chart UI page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    8c9e89b View commit details
    Browse the repository at this point in the history
  6. Use auth decorator for read permissions on the sensor

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    76724e3 View commit details
    Browse the repository at this point in the history
  7. Fix default title font size for layered charts

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    40f9b0a View commit details
    Browse the repository at this point in the history
  8. Wrap and stack annotations also in the UI endpoint for standalone sen…

    …sor charts
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    21be389 View commit details
    Browse the repository at this point in the history
  9. Clarify return type of sensor.chart()

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    e9bf0db View commit details
    Browse the repository at this point in the history
  10. Add missing type annotation

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    1b73ed4 View commit details
    Browse the repository at this point in the history
  11. Add note from feedback on PR #428

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed May 23, 2022
    Copy the full SHA
    c6bbb31 View commit details
    Browse the repository at this point in the history