Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi, i am new to html website design.
I want to know how can we add dynamic gauges/graphs into html page.please suggest me some good websites to learn. I tried jsfiddle,fusion charts but they are not supporting on notepad.
Posted

1 solution

How about the Google chart API? plenty og options for different chart types:https://developers.google.com/chart/interactive/docs/gallery[^]

Here's a link to their quick start utorial - seems sensible enough: https://developers.google.com/chart/interactive/docs/quick_start[^]
 
Share this answer
 
Comments
Member 11725186 23-Jul-15 0:39am    
thank you..can you please tell me whether all these codes work on normal notepad html?
I tried one code using notepad, it did not show gauge on html but the same code shown gauge on jsfiddle.
Ben J. Boyle 23-Jul-15 9:17am    
There should be no reason why your code being written in notepad would stop it working.

I just copied the sample from the quick start, saved it to my machine (test.html) and opened the file. Chrome opens and displays, IE throws a warning about blocking scripts which only seems to be an issue if you open the file directly rather than using a web server - probably a security precaution to stop malicious scripts running on the local machine.

If you;re still having problems, I;d try using Chrome or setting up a web server and serving the files that way. If that still doesn't work then post your code, and checkl the console log in the browser for errors.

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