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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -