UNPKG

chart

Version:

event based time series charting API

15 lines (14 loc) 386 B
<html> <head> <script type='text/javascript' src='jquery-1.8.0.min.js'></script> <script type='text/javascript' src='example2-bundle.js'></script> <style> html { background-color:#FFF; } </style> </head> <body> <h2>Simple Example 2</h2> <canvas id='mycanvas' width=600 height=400></canvas> </body>