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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -