Skip to content

Instantly share code, notes, and snippets.

@KalebDark
KalebDark / index.html
Created February 22, 2021 09:46
Plotly.js Customizing Candlestick Chart Colors
<head>
<!-- Load plotly.js into the DOM -->
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
</head>
<body>
<div id='myDiv'><!-- Plotly chart will be drawn inside this DIV --></div>
</body>