Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I need a free web chart for my website which is developed in Visual Studio 2003. Currently, my website is using WebChart but it is not compatible with the latest browsers(e.g. Chrome ).
I've tried Zed Graph but it is working in winforms not in Webforms.
Please suggest me free web chart tool for my web application that should work in VS2003 & .NET Framework1.1 and also compatible with the latest browsers.

Thanks in Advance.
Sumit
Posted
Updated 19-Jan-15 12:35pm
v3

 
Share this answer
 
v2
Comments
Sumit8712 20-Jan-15 0:11am    
Thanks for your reply but these links are for ASP.NET 3.5 & 4.0 and I'm working in .NET Framework 1.1 so I can't use these links for my website.
Thanks
Sumit
Sergey Alexandrovich Kryukov 20-Jan-15 0:47am    
Oops! Here is my advice: forget about v.1.1, it is not supported anywhere. All versions of VS support starting with 2.0... For small teams, VS license 2013 is available free of charge, and so on...
Indeed, serious .NET started with 2.0. V.1.0 and 1.1 hardly can be considered as more than just prototype. :-)
—SA
This is what I have used in one of my application. It is completely free and easy to use with proper documentation. Only catch is it is Javascript based.

http://www.chartjs.org/docs/[^]
 
Share this answer
 
Comments
Sumit8712 19-Jan-15 23:23pm    
Hi Virang

Thanks for your reply.
I've used this chart control in my website but there is an error i.e. "The active schema doesnot support CANVAS tag". As canvas is HTML5 based, how I can use this in other versions of HTML e.g. HTML 4.
I'm working in VS2003 and .NET Framework 1.1

Is there any way to fix this issue.



Thanks
Sumit
virang_21 20-Jan-15 0:30am    
This control is based on HTML 5 . Check this for more details : http://www.chartjs.org/docs/#notes-browser-support
Sumit8712 20-Jan-15 0:37am    
I've fixed this issue. I removed HTML4 DOCTYPE Declaration and added HTML5 DOCTYPE Declaration. It is working in Chrome but not in Internet Explorer 8.

Thanks
Sumit

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