Basic candlestick chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/basic-candlestick-chart.js-->
<!-- If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/echarts-example.js-->
<div class="echart-basic-candlestick-chart-example" style="min-height:300px"></div>
Candlestick mixed chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/candlestick-mixed-chart.js-->
<!-- If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/echarts-example.js-->
<div class="echart-candlestick-mixed-chart-example" style="min-height:300px"></div>