dev_zt
wangqiujuan0808 2023-11-02 19:27:16 +08:00
commit f96f56b0a2
3 changed files with 4 additions and 4 deletions

View File

@ -247,7 +247,7 @@ export default {
}; };
getEchart(dom, op); getEchart(dom, op);
}; };
const getChartsZf3 = (id, text) => { const getChartsZf3 = (id, text) => {
var dom = document.getElementById(id); var dom = document.getElementById(id);
console.log(dom); console.log(dom);
var op = { var op = {

View File

@ -33,8 +33,8 @@ export default {
setup() { setup() {
const state = reactive({}); const state = reactive({});
onMounted(async () => { onMounted(async () => {
getChartsZfl("echartDiv1", "透水铺装面积", 500, '#076d46'); getChartsZfl("echartDiv1", "透水铺装面积", 500, '#80FFA5');
getChartsZfl("echartDiv2", "入渗系统面积", 437, "#80FFA5"); getChartsZfl("echartDiv2", "入渗系统面积", 437, '#027a1c');
getChartsZf3("echartDiv3", "透水系数"); getChartsZf3("echartDiv3", "透水系数");
getChartsZf4("echartDiv4", "入渗系数"); getChartsZf4("echartDiv4", "入渗系数");
getChartsZf3("echartDiv5", "透水层厚度"); getChartsZf3("echartDiv5", "透水层厚度");

View File

@ -59,7 +59,7 @@ export default {
}, },
}, },
legend: { legend: {
data: ["区域面积"], data: ["地块面积"],
}, },
grid: { grid: {
left: "3%", left: "3%",