Basic bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/basic-bar-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-bar-chart-example" style="min-height:300px"></div>
Horizontal bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/horizontal-bar-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-horizontal-bar-chart-example" style="min-height:300px"></div>
Bar chart with negative value
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-negative-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-bar-negative-chart-example" style="min-height:300px"></div>
Series bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/series-bar-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-series-bar-chart-example" style="min-height:300px"></div>
Stacked bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/stacked-bar-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-stacked-bar-chart-example" style="min-height:350px"></div>
Stacked horizontal bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/stacked-horizontal-bar-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-stacked-horizontal-bar-chart-example" style="min-height:350px"></div>
Bar race chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-race-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-bar-race-chart-example" style="min-height:350px"></div>
Gradient bar chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-gradient-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-bar-gradient-chart-example" style="min-height:350px"></div>
Mixed chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-line-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-bar-line-mixed-chart-example" style="min-height:350px"></div>
Water fall chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-waterfall-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-bar-waterfall-chart-example" style="min-height:350px"></div>
Bar timeline chart
<!-- Find the JS file for the following chart at: src/js/charts/echarts/examples/bar-timeline-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-bar-timeline-chart-example" style="min-height:450px"></div>