UNPKG

chartjs-plugin-stanford-diagram

Version:
20 lines (16 loc) 533 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Chartjs Stanford Diagram Sample</title> <link rel="stylesheet" href="../node_modules/chart.js/dist/Chart.css"> </head> <body> <div style="max-width: 100vh; margin: 0 auto"> <canvas id="myChart"></canvas> </div> <script src="../node_modules/chart.js/dist/Chart.bundle.js"></script> <script type="module" src="sample.js"></script> </body> </html>