This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch add-data-preview-table
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 603ee55c4b feat: Add data preview
add 49fc308f30 Add value highlighting
No new revisions were added by this update.
Summary of changes:
.../config/table-widget-config.component.html | 93 +++-
.../config/table-widget-config.component.scss | 35 ++
.../table/config/table-widget-config.component.ts | 152 +++++-
.../charts/table/model/table-widget.model.ts | 3 +
.../charts/table/table-widget.component.html | 223 +++++----
.../charts/table/table-widget.component.scss | 109 ++++-
.../charts/table/table-widget.component.ts | 527 ++++++++++++++++-----
.../data-settings/chart-data-settings.component.ts | 3 +
.../chart-data-preview.component.html | 1 -
.../chart-data-preview.component.scss | 14 -
10 files changed, 886 insertions(+), 274 deletions(-)