Skip to content

Commit

Permalink
taking out animations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsu committed Sep 13, 2012
1 parent d882d9d commit 26a61ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/public/javascripts/chart-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ $.elycharts.templates.upbeat = {
fill: true,
fillProps: { opacity: .1 },
dot: true,
dotProps : { stroke : "black", "stroke-width": 1 }
dotProps : { stroke : "black", "stroke-width": 1 },
stepAnimation: { type: 'reg', delay: 0, speed: 1, easing: 'bounce' }
},

defaultAxis: {
Expand Down

0 comments on commit 26a61ba

Please sign in to comment.