Should create bar graph by calculating profit per month
HiI need to create a bar graph using jquery or some .net codes....
In y axis i should have percent as 0,20,40,60,80 and 100
In x axis i should have month as jan,feb,mar,april,may.....nov,dec.
Now from database i need to calculate the profit and display it as bar graph.
how can i bind the data to display it as bar graph?