Basic scatter chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/basic-scatter-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-scatter-chart-example" style="min-height:300px"></div>
Bubble chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bubble-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-bubble-chart-example" style="min-height:300px"></div>
Quartet scatter chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/quartet-scatter-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-quartet-scatter-chart-example"></div>
Single axis scatter chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/single-axis-scatter-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-single-axis-scatter-chart-example" style="min-height: 500px;"></div>