This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch improve-indicator-widget
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from c10a42d678 feat: Improve indicator widget
add 4f5a50f775 Add manuel font size selection to appearance config
No new revisions were added by this update.
Summary of changes:
.../indicator-appearance-config.component.html | 45 ++++++
.../indicator-appearance-config.component.ts | 85 +++++++++++
.../indicator/indicator-group-card.component.html | 11 +-
.../indicator/indicator-group-card.component.scss | 22 +--
.../indicator/indicator-group-card.component.ts | 170 +++++++++++----------
.../indicator/indicator-widget.component.html | 3 +
.../charts/indicator/indicator-widget.component.ts | 80 +++++-----
.../model/indicator-chart-widget.model.ts | 10 +-
.../registry/chart-registry.service.ts | 3 +
9 files changed, 272 insertions(+), 157 deletions(-)
create mode 100644
ui/src/app/chart-shared/components/charts/indicator/appearance-config/indicator-appearance-config.component.html
create mode 100644
ui/src/app/chart-shared/components/charts/indicator/appearance-config/indicator-appearance-config.component.ts