You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2024/01/27 22:14:16 UTC

(streampipes) branch refactor-data-explorer-echarts updated (6eaad67ca9 -> 045dce0f9a)

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 6eaad67ca9 Improve layout and widget configuration
     add 4f87dc0718 Migrate density and scatter plot to echarts
     add b2686a15c2 Remove obsolete plotly charts
     add 045dce0f9a Remove empty css file

No new revisions were added by this update.

Summary of changes:
 ui/package-lock.json                               |   3 +-
 ui/package.json                                    |   1 +
 .../correlation-chart-widget.component.html        |  53 -----
 .../correlation-chart-widget.component.ts          | 262 ---------------------
 .../widgets/density/density-renderer.service.ts    | 239 +++++++++++++++++++
 .../widgets/scatter/scatter-renderer.service.ts    |  84 +++++++
 .../visualization-config-outer.component.scss      |   0
 .../visualization-config-outer.component.ts        |   1 -
 ui/src/app/data-explorer/data-explorer.module.ts   |   2 -
 .../registry/data-explorer-widget-registry.ts      |  22 +-
 10 files changed, 340 insertions(+), 327 deletions(-)
 delete mode 100644 ui/src/app/data-explorer/components/widgets/correlation-chart/correlation-chart-widget.component.html
 delete mode 100644 ui/src/app/data-explorer/components/widgets/correlation-chart/correlation-chart-widget.component.ts
 create mode 100644 ui/src/app/data-explorer/components/widgets/density/density-renderer.service.ts
 create mode 100644 ui/src/app/data-explorer/components/widgets/scatter/scatter-renderer.service.ts
 delete mode 100644 ui/src/app/data-explorer/components/widgets/utils/visualization-config-outer/visualization-config-outer.component.scss