change 'of previous' to 'of parent'

This commit is contained in:
Chris Williams 2016-03-31 11:26:52 -07:00
parent 0b3e2e00cc
commit b87d8a0fbf

View File

@ -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")