File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2>US Venture Capital Landscape 2011</h2>
35
35
< strong > VC Distribution by States (color: total amount raised)</ strong >
36
36
< a
37
37
class ="reset "
38
- href ="javascript:usChart.filterAll();dc .redrawAll(); "
38
+ href ="javascript:usChart.filterAll();chartGroup .redrawAll(); "
39
39
style ="display: none; "
40
40
> reset</ a
41
41
>
@@ -53,7 +53,7 @@ <h2>US Venture Capital Landscape 2011</h2>
53
53
raised in millions, radius: amount raised)
54
54
< a
55
55
class ="reset "
56
- href ="javascript:industryChart.filterAll();dc .redrawAll(); "
56
+ href ="javascript:industryChart.filterAll();chartGroup .redrawAll(); "
57
57
style ="display: none; "
58
58
> reset</ a
59
59
>
@@ -68,7 +68,7 @@ <h2>US Venture Capital Landscape 2011</h2>
68
68
in millions, radius: amount raised)
69
69
< a
70
70
class ="reset "
71
- href ="javascript:roundChart.filterAll();dc .redrawAll(); "
71
+ href ="javascript:roundChart.filterAll();chartGroup .redrawAll(); "
72
72
style ="display: none; "
73
73
> reset</ a
74
74
>
@@ -79,7 +79,7 @@ <h2>US Venture Capital Landscape 2011</h2>
79
79
< div class ="clearfix "> </ div >
80
80
81
81
< div >
82
- < a href ="javascript:dc .filterAll(); dc.renderAll (); "> Reset All</ a >
82
+ < a href ="javascript:chartGroup .filterAll(); chartGroup.redrawAll (); "> Reset All</ a >
83
83
</ div >
84
84
</ div >
85
85
You can’t perform that action at this time.
0 commit comments