updated discreteBarChart to not cut off 0.00 labels
This commit is contained in:
parent
b53977efaf
commit
6c456bf92b
2
nv.d3.js
2
nv.d3.js
@ -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()
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user