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