Skip to content

Commit

Permalink
Increased sparklinePlus margin right to account for space needed to s…
Browse files Browse the repository at this point in the history
…how current value
  • Loading branch information
bobmonteverde committed Oct 26, 2012
1 parent d1edef5 commit 9ee0c62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nv.d3.js
Expand Up @@ -9589,7 +9589,7 @@ nv.models.sparklinePlus = function() {

var sparkline = nv.models.sparkline();

var margin = {top: 15, right: 60, bottom: 3, left: 50}
var margin = {top: 15, right: 100, bottom: 3, left: 50}
, width = null
, height = null
, x
Expand Down

0 comments on commit 9ee0c62

Please sign in to comment.