A Pen by Byurhan Beyzat on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script> | |
</head> | |
<body> | |
<!-- Plotly chart will be drawn inside this div --> | |
<div id="plotly-div"></div> | |
<script> | |
// JAVASCRIPT CODE GOES HERE | |
</script> | |
</body> |