mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-14 18:18:55 -06:00
13 lines
345 B
HTML
13 lines
345 B
HTML
<!--
|
|
Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
Licensed under the Apache License, version 2.0:
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
-->
|
|
|
|
<!-- Plotly does't work well with webpack, so we need to include it this way :-/ -->
|
|
<script src='plotly-1.9.0.min.js'></script>
|
|
|
|
<div id='myDiv'></div>
|
|
|
|
<script src='out.js'></script>
|