Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While searching for ways to use HTML 5 Canvas Charts, I came across the tutorial at http://aspsnippets.com/Articles/Using-HTML5-Canvas-charts-in-ASPNet.aspx[^]

Here, the author has used Pie Chart and Donut Charts. How is it possible to use Column/Bar charts with this project.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Aug-14 15:04pm    
Why not asking the author of this library?
—SA

1 solution

Why binding yourself to just one tutorial, especially if you cannot immediately see the chart form you wanted to have? (Please see my comment to the question.) There are many nice open-source libraries, in particular:
http://www.chartjs.org/docs[^],
http://canvasjs.com[^],
http://www.rgraph.net[^].

But first of all, review this comparison matrix: http://en.wikipedia.org/wiki/Comparison_of_JavaScript_charting_frameworks[^].

If this is not enough, you will be able to find more: http://bit.ly/UKJV2L[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900