This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch refactor-data-explorer-echarts
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 045dce0f9a Remove empty css file
add ca01eedf9d Migrate indicator to echarts
No new revisions were added by this update.
Summary of changes:
.../indicator-chart-widget-config.component.html | 13 +-
.../indicator-chart-widget-config.component.ts | 7 +-
.../indicator-chart-widget.component.html | 50 -------
.../indicator/indicator-chart-widget.component.ts | 166 ---------------------
.../indicator/indicator-renderer.service.ts | 116 ++++++++++++++
ui/src/app/data-explorer/data-explorer.module.ts | 2 -
.../registry/data-explorer-widget-registry.ts | 8 +-
7 files changed, 126 insertions(+), 236 deletions(-)
delete mode 100644
ui/src/app/data-explorer/components/widgets/indicator/indicator-chart-widget.component.html
delete mode 100644
ui/src/app/data-explorer/components/widgets/indicator/indicator-chart-widget.component.ts
create mode 100644
ui/src/app/data-explorer/components/widgets/indicator/indicator-renderer.service.ts