资源来源网络,如果需要授权,请大家更换源码,模块仅供学习,下载后请2小时内删除,如需商用请购买正版授权
HTML代码
<html> <head> <meta name="description" content="Sample - Line and Bar"> <meta charset="utf-8"> <title>Line chart</title> <script src="https://code.jquery.com/jquery-2.2.4.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.2/Chart.bundle.js"></script> </head> <body> <div style="width: 100%"> <canvas id="canvas" height="450" width="600"></canvas> </div> <button id="randomizeData">Randomize Data</button> </body> </html>