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/12/07 08:52:52 UTC

[incubator-streampipes] branch dev updated (f45d9a3 -> 238e241)

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

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


    from f45d9a3  [STREAMPIPES-449] Add test for rate limit processor
     new f343e07  bug fix for time series charts when de-selecting and re-selecting properties
     new c31b4ae  fixed partial map loading for data-explorer widget
     new 497b50c  fixed partial map loading for data-explorer widget
     new 72b20c2  fixed size scaling for heatmaps
     new c7becdd  added configuration of second axis for time series widget in data-explorer
     new 238e241  Merge pull request #65 from patrickraoulphilipp/dev

The 8377 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../components/widgets/map/map-widget.component.ts |  18 +--
 .../correlation-chart-widget.component.ts          | 157 ++++++++++++++++-----
 .../distribution-chart-widget.component.ts         | 140 ++++++++++++------
 .../widgets/heatmap/heatmap-widget.component.html  |   7 +-
 .../widgets/heatmap/heatmap-widget.component.scss  |  15 ++
 .../widgets/heatmap/heatmap-widget.component.ts    |  23 ++-
 .../widgets/map/map-widget.component.scss          |   7 +
 .../components/widgets/map/map-widget.component.ts |  14 +-
 .../time-series-chart-widget-config.component.ts   |  11 +-
 .../model/time-series-chart-widget.model.ts        |   1 +
 .../time-series-chart-widget.component.ts          |  53 ++++++-
 .../select-color-properties.component.html         |  29 +++-
 .../select-color-properties.component.scss         |   5 +
 .../select-color-properties.component.ts           |   2 +-
 14 files changed, 361 insertions(+), 121 deletions(-)