I have data that has long labels, i.e:
values: [ { x : \"This is a really looong label\", y : 40 }, { x : \"Short label\", y : 30 } ] <
values: [ { x : \"This is a really looong label\", y : 40 }, { x : \"Short label\", y : 30 } ]
Why not just add margins?
var chart = nv.models.multiBarHorizontalChart() .margin({top: 30, right: 20, bottom: 50, left: 175});