D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
soezen
Full window
Github gist
Circle of Gauges
<html> <head> <style> body { padding: 0; margin: 0; } svg text { cursor: default; } .gauge-text { font-family: Helvetica; font-weight: bold; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script> <script src="liquid-gauge.js"></script> <script src="circle-of-gauges.js"></script> </head> <body> <div id="main"></div> <script src="graph.js"></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js