extends ../../../layouts/LayoutComponent block prepend scripts script(src=`${CWD}vendors/lodash/lodash.min.js`) script(src=`${CWD}vendors/echarts/echarts.min.js`) script(src=`${CWD}assets/js/echarts-example.js`) block append content .row.g-3 .col-lg-12 +ComponentCard({ title:'Radar Chart', anchor:true }).h-100(dir='ltr') // Find the JS file for the following chart at: src/js/charts/echarts/examples/radar-chart.js // If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/echarts-example.js .echart-radar-chart-example(style="min-height: 300px;" data-echart-responsive="true") .col-lg-12 +ComponentCard({ title:'Radar Customized Chart', anchor:true }).h-100(dir='ltr') // Find the JS file for the following chart at: src/js/charts/echarts/examples/radar-customized-chart.js // If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/echarts-example.js .echart-radar-customized-chart( data-echart-responsive="true") .col-lg-12 +ComponentCard({ title:'Radar Multiple Chart', anchor:true }).h-100(dir='ltr') // Find the JS file for the following chart at: src/js/charts/echarts/examples/radar-multiple-chart.js // If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/echarts-example.js .echart-radar-multiple-chart( data-echart-responsive="true")