reverted the lineChart right margin change. My mistake

master-patched
Tyler Wolf 12 years ago
parent 68e8121721
commit 53687e1454

@ -3640,7 +3640,7 @@ nv.models.lineChart = function() {
;
//set margin.right to 23 to fit dates on the x-axis within the chart
var margin = {top: 30, right: 23, bottom: 50, left: 60}
var margin = {top: 30, right: 20, bottom: 50, left: 60}
, color = nv.utils.defaultColor()
, width = null
, height = null

2
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -12,7 +12,7 @@ nv.models.lineChart = function() {
;
//set margin.right to 23 to fit dates on the x-axis within the chart
var margin = {top: 30, right: 23, bottom: 50, left: 60}
var margin = {top: 30, right: 20, bottom: 50, left: 60}
, color = nv.utils.defaultColor()
, width = null
, height = null

Loading…
Cancel
Save