@@ -0,0 +1,40 @@
+<template>
+ <div id="populationStructure">
+ <div ></div>
+ </div>
+ </template>
+
+ <script>
+ import echarts from 'echarts'
+ export default {
+ name: 'populationStructure',
+ components: {
+ },
+ data() {
+ return {
+ }
+ mounted() {
+ methods: {
+ </script>
+ <style scoped>
+ #populationStructure{
+ position: absolute;
+ width: 100%;
+ height: 25%;
+ z-index: 2;
+ top:75%;
+ /* background-color: rgb(0, 0, 255,0.4); */
+ </style>