//- ========================================================================================= File Name: echarts-radar-chord-charts.pug Description: Radar & Chord echarts examples. ---------------------------------------------------------------------------------------- Item Name: Robust - Responsive Admin Template Version: 2.0 Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================-// extends template block pageVars - var pageTitle = "Echarts - Radar & Chord Chart" - var pageSubTitle = "Radar & Chord Chart Examples" - var description = "A radar chart is a graphical method of displaying multivariate data in the form of a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point. The relative position and angle of the axes is typically uninformative." - var activeMenu = "echarts-radar-chord-charts" block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"},{url:"#",name:"Echarts"}, {name:"Radar & Chord Chart"}]) //- Include page content in page block append content include ../contents/echarts-radar-chord-charts.html //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs script(src=app_assets_path + '/vendors/js/charts/echarts/echarts.js', type='text/javascript') //- Page JS //------------------------------ //- Add custom page specific JS append pagejs script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/basic-chord.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/basic-filled-radar.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/basic-radar.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/chord-sorting.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/multiple-dimensions-chord.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/multiple-radars.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/non-ribbon-chord.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/radar-multi-level-control.js', type='text/javascript') script(src=app_assets_path + '/js/scripts/charts/echarts/radar-chord/wormhole.js', type='text/javascript')