File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ module.exports = function(Chart) {
385385 var isHorizontal = scale . isHorizontal ( ) ;
386386 var datasets = chart . data . datasets ;
387387 var value = scale . getRightValue ( datasets [ datasetIndex ] . data [ index ] ) ;
388- var minBarLength = scale . minBarLength ;
388+ var minBarLength = scale . options . minBarLength ;
389389 var stacked = scale . options . stacked ;
390390 var stack = meta . stack ;
391391 var start = 0 ;
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ module.exports = function(Chart) {
3030 return isHorizontal ? meta . xAxisID === me . id : meta . yAxisID === me . id ;
3131 }
3232
33- me . minBarLength = opts . minBarLength ;
34-
3533 // First Calculate the range
3634 me . min = null ;
3735 me . max = null ;
You can’t perform that action at this time.
0 commit comments