Skip to content

Instantly share code, notes, and snippets.

@abhaykhillare
abhaykhillare / index.html
Last active February 11, 2023 10:00
Simple Candlestick Chart
<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>