Pie Chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/pie-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-pie-chart-example" style="min-height: 320px;" data-echart-responsive="true"></div>
Doughnut Chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/doughnut-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-doughnut-chart-example" style="min-height: 320px;" data-echart-responsive="true"></div>
Doughnut Rounded Chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/doughnut-rounded-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-doughnut-rounded-chart" style="min-height: 320px;" data-echart-responsive="true"></div>
Pie Multiple Chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/pie-multiple-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-pie-multiple-chart" style="min-height: 320px;" data-echart-responsive="true"></div>
Pie Label Align
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/pie-label-align-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-pie-label-align-chart" style="min-height: 320px;" data-echart-responsive="true"> </div>
Pie Edge Align
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/pie-edge-align-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-pie-edge-align-chart" style="min-height: 320px;" data-echart-responsive="true"> </div>
Nested Pies
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/nested-pies-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="echarts-nested-pies-chart-example" style="min-height: 320px;" data-echart-responsive="true"></div>