Skip to content

Commit

Permalink
demonstrate #949
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Jun 10, 2016
1 parent 60f30db commit 89bf726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/transitions/area-transitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
chart.x().domain([16,20]);
}, reset);
window.button3 = transitionTest.oscillate(function() {
chart.x().domain([6,14]);
chart.x().domain([6.5,13.5]);
}, reset);
window.button4 = transitionTest.oscillate(function() {
chart.group(speedSumGroup, '2', sel_stack('2'))
Expand Down

0 comments on commit 89bf726

Please sign in to comment.