From 6ae39fc167499865cf8c21386075ef9d45bd29c4 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Fri, 27 Sep 2019 15:50:00 +0200 Subject: [PATCH 1/7] wip --- .../graph/public/angular/templates/index.html | 34 +--- x-pack/legacy/plugins/graph/public/app.js | 6 + .../graph_visualization.test.tsx | 83 ++++++++ .../graph_visualization.tsx | 191 ++++++++++++++++++ .../components/graph_visualization/index.ts | 7 + .../graph/public/types/workspace_state.ts | 2 + 6 files changed, 298 insertions(+), 25 deletions(-) create mode 100644 x-pack/legacy/plugins/graph/public/components/graph_visualization/graph_visualization.test.tsx create mode 100644 x-pack/legacy/plugins/graph/public/components/graph_visualization/graph_visualization.tsx create mode 100644 x-pack/legacy/plugins/graph/public/components/graph_visualization/index.ts diff --git a/x-pack/legacy/plugins/graph/public/angular/templates/index.html b/x-pack/legacy/plugins/graph/public/angular/templates/index.html index 52f901f7d169e..ef84bc80e1a23 100644 --- a/x-pack/legacy/plugins/graph/public/angular/templates/index.html +++ b/x-pack/legacy/plugins/graph/public/angular/templates/index.html @@ -21,8 +21,14 @@ dispatch="reduxDispatch" > -
- +
+ + - {{n.label}} @@ -61,25 +63,7 @@ - - - + -->