Files
dolt/samples/js/bar-chart/index.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>