UNPKG

juijs-chart

Version:

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)

24 lines (20 loc) 381 B
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="charset=utf-8;" /> <style> body { background-color: #dcdcdc; } #chart { position: absolute; left: 100px; width: 1280px; height: 50px; } </style> </head> <body> <div id="chart"></div> </body> </html>