Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

REBASE: feat(widget): Improve graph widget #68

Merged
merged 5 commits into from
Mar 10, 2021
Merged

Conversation

fussel178
Copy link
Member

@fussel178 fussel178 commented Mar 10, 2021

Screenshot_20210310_001538

Features

  • Graph widget
    • optional unit definable for each data set which is displayed in the graph legend and the tooltip
    • the y-axis is now customizable via the domain and scale prop to define upper and lower bounds and the scaling of the axis
    • make more widget props optional to reduce user configuration
    • improve documentation of widget props
    • clean up codebase
    • improve widget performance by caching non changing part
  • Update user configuration
    • add and update all message data types to be conform with new (and hopefully final) data message scheme
    • add useful units to data sets in all graph widgets
    • reduce size of configuration because more props are optional
    • replace amplitude widget with graph widget

Fixes

  • fix map widget to be conform with GPS data message type

Updates

  • Update to framework version v0.11.2

references #67

Cheers 🛰️

- optional unit definable for each data set which is displayed in the graph legend and the tooltip
- the y-axis is now customizable via the `domain` and `scale` prop to define upper and lower bounds and the scaling of the axis
- make more widget props optional to reduce user configuration
- improve documentation of widget props
- clean up codebase
- improve widget performance by caching non changing part
- add and update all message data types to be conform with new (and hopefully final) data message scheme
- add useful units to data sets in all graph widgets
- reduce size of configuration because more props are optional
- replace amplitude widget with graph widget
@fussel178 fussel178 added enhancement New feature or request widget Everything related to Widgets labels Mar 10, 2021
@fussel178 fussel178 requested a review from pklaschka March 10, 2021 00:01
@fussel178 fussel178 self-assigned this Mar 10, 2021
Copy link
Member

@pklaschka pklaschka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉 👍 ! Thank you for your contribution.

@fussel178 fussel178 merged commit 0daccce into main Mar 10, 2021
@fussel178 fussel178 deleted the feat/widget/graph-widget branch March 10, 2021 01:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request widget Everything related to Widgets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants