You must Sign In to post a response.
  • Category: JQuery

    Should create bar graph by calculating profit per month

    Hi


    I 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?
  • #757255
    go to google and search HighChart. Highchart offers js to display different types of graph. you can create bar graph from it. you just need to send your data to the js function. you will find all the steps to display data in bar graph on their site.
    //Regards,
    Saurabh Tyagi
    www.dotnetblogpost.com

    Rate As Answer, If you satisfied.


  • Sign In to post your comments