Skip to content

Commit

Permalink
Issue #281 minor tweak to current value dy and margin.bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonteverde committed Oct 26, 2012
1 parent 3b220f6 commit 9661ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nv.d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -9596,7 +9596,7 @@ nv.models.sparklinePlus = function() {

var sparkline = nv.models.sparkline();

var margin = {top: 15, right: 100, bottom: 3, left: 50}
var margin = {top: 15, right: 100, bottom: 10, left: 50}
, width = null
, height = null
, x
Expand Down Expand Up @@ -9700,7 +9700,7 @@ nv.models.sparklinePlus = function() {

value.enter().append('text').attr('class', 'nv-currentValue')
.attr('dx', 8)
.attr('dy', '.5em');
.attr('dy', '.65em');

value
.attr('x', availableWidth)
Expand Down
Loading

0 comments on commit 9661ffb

Please sign in to comment.