diff options
| author | manuel <manuel@mausz.at> | 2021-01-12 15:36:08 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2021-01-12 15:36:08 +0100 |
| commit | deb1a919401b89a0da7dcfec9ecb88b17dc30b28 (patch) | |
| tree | 7572c5a823436597f0d35c928728fcf31d48f393 /linz/glasslathe/scurve/index.html | |
| parent | 7f7afe23b46a9b399213c95076630a685a4c9b56 (diff) | |
| download | arduino-deb1a919401b89a0da7dcfec9ecb88b17dc30b28.tar.gz arduino-deb1a919401b89a0da7dcfec9ecb88b17dc30b28.tar.bz2 arduino-deb1a919401b89a0da7dcfec9ecb88b17dc30b28.zip | |
glasslathe: add acceleration visualization
Diffstat (limited to 'linz/glasslathe/scurve/index.html')
| -rw-r--r-- | linz/glasslathe/scurve/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linz/glasslathe/scurve/index.html b/linz/glasslathe/scurve/index.html new file mode 100644 index 0000000..2ae80ff --- /dev/null +++ b/linz/glasslathe/scurve/index.html | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8"> | ||
| 5 | <link rel="stylesheet" href="style.css" /> | ||
| 6 | <script src="https://code.highcharts.com/highcharts.js"></script> | ||
| 7 | <script src="https://code.highcharts.com/modules/variwide.js"></script> | ||
| 8 | <script src="https://code.highcharts.com/modules/exporting.js"></script> | ||
| 9 | <script src="https://code.highcharts.com/modules/export-data.js"></script> | ||
| 10 | <script src="https://code.highcharts.com/modules/accessibility.js"></script> | ||
| 11 | </head> | ||
| 12 | |||
| 13 | <figure class="highcharts-figure"> | ||
| 14 | <div id="container"></div> | ||
| 15 | </figure> | ||
| 16 | <script src="chart.js"></script> | ||
| 17 | </html> | ||
