| | |
| | | mapBorderWidthE: 1, |
| | | mapAreaColor: "#eee", |
| | | mapAreaColorE: "rgba(255,215,0,0.8)", |
| | | axes: [ |
| | | { |
| | | type: "all", |
| | | name: "通用坐标轴", |
| | | axisLineShow: true, |
| | | axisLineColor: "#6E7079", |
| | | axisTickShow: true, |
| | | axisTickColor: "#6E7079", |
| | | axisLabelShow: true, |
| | | axisLabelColor: "#6E7079", |
| | | splitLineShow: true, |
| | | splitLineColor: ["#E0E6F1"], |
| | | splitAreaShow: false, |
| | | splitAreaColor: ["rgba(250,250,250,0.2)", "rgba(210,219,238,0.2)"], |
| | | }, |
| | | { |
| | | type: "category", |
| | | name: "类目坐标轴", |
| | | axisLineShow: true, |
| | | axisLineColor: "#ffffff", |
| | | axisTickShow: true, |
| | | axisTickColor: "#00ffff", |
| | | axisLabelShow: true, |
| | | axisLabelColor: "#ffffff", |
| | | splitLineShow: false, |
| | | splitLineColor: ["#E0E6F1"], |
| | | splitAreaShow: true, |
| | | splitAreaColor: ["rgba(160,158,222,0.2)", "rgba(210,219,238,0.2)"], |
| | | }, |
| | | { |
| | | type: "value", |
| | | name: "数值坐标轴", |
| | | axisLineShow: true, |
| | | axisLineColor: "#ffffff", |
| | | axisTickShow: true, |
| | | axisTickColor: "#00ffff", |
| | | axisLabelShow: true, |
| | | axisLabelColor: "#00ffff", |
| | | splitLineShow: true, |
| | | splitLineColor: ["#E0E6F1"], |
| | | splitAreaShow: false, |
| | | splitAreaColor: ["rgba(250,250,250,0.2)", "rgba(210,219,238,0.2)"], |
| | | }, |
| | | ], |
| | | axisSeperateSetting: true, |
| | | toolboxColor: "#00ffff", |
| | | toolboxEmphasisColor: "#ffffff", |
| | |
| | | }, |
| | | }; |
| | | |
| | | echarts.registerTheme("transparent", theme); |
| | | echarts.registerTheme("transparent", theme.theme); |
| | | console.log('Theme registered:', echarts, "echarts.getTheme('transparent')"); |