Increased sparklinePlus margin right to account for space needed to show current value

master-patched
Bob Monteverde 12 years ago
parent d1edef5457
commit 9ee0c62c0f

@ -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

2
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -7,7 +7,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

Loading…
Cancel
Save