Skip to content

Commit

Permalink
[FLINK-954] Improved WebClient
Browse files Browse the repository at this point in the history
  - display temp_mode at edge
  - simplified function loadJsonToDagre(data);
  - removed small grey borders below colored borders
  - mirrored node into iteration if the origin is outside to draw an edge
  - added zoom buttons in planVisualizer.html

This closes apache#82
  • Loading branch information
MoeweX authored and StephanEwen committed Aug 20, 2014
1 parent 4717c0c commit aa8ad75
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 617 deletions.
4 changes: 2 additions & 2 deletions flink-clients/resources/web-docs/css/graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ g.type-TK > rect {
}

svg {
border: 1px solid #999;
border: 0px solid #999;
overflow: hidden;
}

Expand All @@ -33,7 +33,7 @@ text {

.node rect {
stroke: #999;
stroke-width: 1px;
stroke-width: 0px;
fill: #fff;
}

Expand Down
3 changes: 1 addition & 2 deletions flink-clients/resources/web-docs/css/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
/* styling */
background-color:#333;

width:700px;
min-height:100px;
width:750px;
border:1px solid #666;

/* CSS3 styling for latest browsers */
Expand Down
Loading

0 comments on commit aa8ad75

Please sign in to comment.