Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
e0fd4efe7c
|
@ -78,10 +78,10 @@ const getOption = () => {
|
|||
trigger: "axis",
|
||||
formatter: "{b0}<br/> {a0}:{c0}<br/>{a1}:{c1}",
|
||||
axisPointer: {
|
||||
type: "cross",
|
||||
label: {
|
||||
backgroundColor: "#3F82F7", //提示文字标题颜色
|
||||
},
|
||||
// type: "cross",
|
||||
// label: {
|
||||
// backgroundColor: "#3F82F7", //提示文字标题颜色
|
||||
// },
|
||||
},
|
||||
},
|
||||
legend: {
|
||||
|
|
|
@ -201,6 +201,7 @@ import ePie4 from "./echarts_education/pie4.vue";
|
|||
import ePieRose from "./echarts_education/pieRose.vue";
|
||||
import eP1 from "./echarts_education/eP1.vue";
|
||||
import http from "@/utils/request.js";
|
||||
|
||||
const selectData = reactive({
|
||||
value1: "111",
|
||||
value2: "tes1",
|
||||
|
|
Loading…
Reference in New Issue