Skip to content

Commit ae4e0f8

Browse files
committed
Tiny correction.
1 parent 917c2f1 commit ae4e0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/protovis.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var l = vis.add(pv.Label)
136136
.text(String);
137137
{% endhighlight %}
138138

139-
If the data changed, Protovis would automatically re-evaluate the text property,
139+
If the data changed, Protovis would automatically re-evaluate all properties,
140140
and add or remove labels as necessary, on re-render. D3, in contrast, requires
141141
more explicit instruction. However, by specifying transformations explicitly,
142142
you can control which elements are added or removed, and what happens to them:

0 commit comments

Comments
 (0)