Hi I am working on Chartnew.js for plotting bar chart.I have defined the x and y axis labels and have plotted the bars in it.
1)How can i fixed the width of each bar in this chart(width should be equal say 20 px)
2)What is the maximum number of bars this chart can handle ?
3) If the number of bars increases , can i make the bar chart scrollable ?
4)Also if it could scroll , on my pageshow eent , can i scroll my chart region to a particular bar offset(say it should appear centred or highlighted based on some index) ? 5)I tried using chart.js as well but could not work this out.
Any help would be appreciated
Thanks