Skip to content

Commit

Permalink
Merge branch 'viz_codegen' of github.com:davies/spark into viz_codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jan 21, 2016
2 parents 5a43126 + ccac152 commit f5c9087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function renderDot(dot, container, forJob) {
renderer(container, g);

// Find the stage cluster and mark it for styling and post-processing
container.selectAll("g.cluster[name*=\"Stage \"]").classed("stage", true);
container.selectAll("g.cluster[name^=\"Stage \"]").classed("stage", true);
}

/* -------------------- *
Expand Down

0 comments on commit f5c9087

Please sign in to comment.