Skip to content

Commit

Permalink
#184 handel overlay changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Mar 19, 2017
1 parent a81b0fa commit fdf8c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ts/waterfall/sub-components/svg-marks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export function createMarks(context: Context, marks: Mark[]) {
line.setAttribute("transform", `scale(1, ${scale})`);
lineLabelHolder.setAttribute("transform", `translate(0, ${offset})`);
lineConnection.setAttribute("transform", `translate(0, ${offset})`);
if (lineRect) {
lineRect.setAttribute("transform", `translate(0, ${offset})`);
}
});

let isHoverActive = false;
Expand Down

0 comments on commit fdf8c93

Please sign in to comment.