Skip to content

Commit

Permalink
change 'of previous' to 'of parent'
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Mar 31, 2016
1 parent 6ef0f94 commit c542b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/visualizations/sunburst.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function sunburstVis(slice) {
gMiddleText.append("text")
.attr("class", "path-cond-percent")
.attr("y", yOffsets[offsetIndex++])
.text(conditionalPercString + " of previous");
.text(conditionalPercString + " of parent");
}

gMiddleText.append("text")
Expand Down

0 comments on commit c542b1f

Please sign in to comment.