You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/10/21 19:22:02 UTC

[incubator-streampipes] 03/03: Merge branch 'patrickraoulphilipp-dev' into dev

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit ee2007dedeada4e40254787cbdcf19a08fd0285e
Merge: d2a5362 996dbcd
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Oct 21 21:21:43 2021 +0200

    Merge branch 'patrickraoulphilipp-dev' into dev

 .../field-selection/field-selection.component.html |   3 +
 ...-explorer-visualisation-settings.component.html |   5 +
 .../config/heatmap-widget-config.component.html    |  32 ++++
 .../config/heatmap-widget-config.component.scss    |  17 ++
 .../config/heatmap-widget-config.component.ts      |  65 +++++++
 .../widgets/heatmap/heatmap-widget.component.html  |  26 +++
 .../widgets/heatmap/heatmap-widget.component.scss  |  17 ++
 .../widgets/heatmap/heatmap-widget.component.ts    | 191 +++++++++++++++++++++
 .../model/heatmap-widget.model.ts}                 |  26 ++-
 .../config/line-chart-widget-config.component.html |  23 ++-
 .../config/line-chart-widget-config.component.ts   |  11 +-
 .../line-chart/line-chart-widget.component.ts      |  13 ++
 .../line-chart/model/line-chart-widget.model.ts    |   1 +
 .../map/config/map-widget-config.component.ts      |   8 +-
 .../components/widgets/map/map-widget.component.ts |  53 +++---
 .../select-color-properties.component.css          |  17 ++
 .../select-color-properties.component.html         |  53 ++++++
 .../select-color-properties.component.ts           |  91 ++++++++++
 ui/src/app/data-explorer/data-explorer.module.ts   |  15 ++
 .../registry/data-explorer-widgets.ts              |   7 +
 20 files changed, 628 insertions(+), 46 deletions(-)