Skip to content

Commit a9f1934

Browse files
committed
Update for dc-v5
1 parent 0f7958d commit a9f1934

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vc/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>US Venture Capital Landscape 2011</h2>
3535
<strong>VC Distribution by States (color: total amount raised)</strong>
3636
<a
3737
class="reset"
38-
href="javascript:usChart.filterAll();dc.redrawAll();"
38+
href="javascript:usChart.filterAll();chartGroup.redrawAll();"
3939
style="display: none;"
4040
>reset</a
4141
>
@@ -53,7 +53,7 @@ <h2>US Venture Capital Landscape 2011</h2>
5353
raised in millions, radius: amount raised)
5454
<a
5555
class="reset"
56-
href="javascript:industryChart.filterAll();dc.redrawAll();"
56+
href="javascript:industryChart.filterAll();chartGroup.redrawAll();"
5757
style="display: none;"
5858
>reset</a
5959
>
@@ -68,7 +68,7 @@ <h2>US Venture Capital Landscape 2011</h2>
6868
in millions, radius: amount raised)
6969
<a
7070
class="reset"
71-
href="javascript:roundChart.filterAll();dc.redrawAll();"
71+
href="javascript:roundChart.filterAll();chartGroup.redrawAll();"
7272
style="display: none;"
7373
>reset</a
7474
>
@@ -79,7 +79,7 @@ <h2>US Venture Capital Landscape 2011</h2>
7979
<div class="clearfix"></div>
8080

8181
<div>
82-
<a href="javascript:dc.filterAll(); dc.renderAll();">Reset All</a>
82+
<a href="javascript:chartGroup.filterAll(); chartGroup.redrawAll();">Reset All</a>
8383
</div>
8484
</div>
8585

0 commit comments

Comments
 (0)