nvd3.js - How can I manipulate nvd3 Horizontal Multi-Bar Chart values -
i using nvd3.js , multibarhorizontal http://nvd3.org/ghpages/multibarhorizontal.html want change bars' reference on x-axis value , instance value of 10 should represented 10 out of 50.
value ----------
x-axis --------------------------------------------------
don't know start from.
if understood question looking @ suppose -
chart.xaxis.tickformat(function(d) { return d + '/50' });
hope helps.
Comments
Post a Comment