updated discreteBarChart to not cut off 0.00 labels

This commit is contained in:
Tyler Wolf 2012-10-11 18:51:16 -04:00
parent b53977efaf
commit 6c456bf92b
2 changed files with 309 additions and 309 deletions

View File

@ -2305,7 +2305,7 @@ nv.models.discreteBarChart = function() {
, yAxis = nv.models.axis() , yAxis = nv.models.axis()
; ;
var margin = {top: 10, right: 10, bottom: 50, left: 60} var margin = {top: 15, right: 10, bottom: 50, left: 60}
, width = null , width = null
, height = null , height = null
, color = nv.utils.getColor() , color = nv.utils.getColor()

View File

@ -10,7 +10,7 @@ nv.models.discreteBarChart = function() {
, yAxis = nv.models.axis() , yAxis = nv.models.axis()
; ;
var margin = {top: 10, right: 10, bottom: 50, left: 60} var margin = {top: 15, right: 10, bottom: 50, left: 60}
, width = null , width = null
, height = null , height = null
, color = nv.utils.getColor() , color = nv.utils.getColor()