|
@@ -819,30 +819,12 @@ export default {
|
|
|
}
|
|
|
, {
|
|
|
name: "计划收储",
|
|
|
- type: "line",
|
|
|
- yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
|
|
|
- smooth: true, //平滑曲线显示
|
|
|
-
|
|
|
- symbol: "circle", //标记的图形为实心圆
|
|
|
- symbolSize: 0, //标记的大小
|
|
|
+ type: 'line',
|
|
|
+ smooth: true,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
- color: '#0AF37A',
|
|
|
- borderColor: '#0AF37A', //圆点透明 边框
|
|
|
- borderWidth: 0,
|
|
|
- lineStyle: {
|
|
|
- color: "#0AF37A"
|
|
|
- },
|
|
|
- areaStyle: {
|
|
|
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- offset: 0,
|
|
|
- color: '#46C118'
|
|
|
- }, {
|
|
|
- offset: 1,
|
|
|
- color: 'rgba(12, 162, 13, 0)'
|
|
|
- }])
|
|
|
- },
|
|
|
- },
|
|
|
+ color: '#FFCC64' // 折线的颜色
|
|
|
+ }
|
|
|
},
|
|
|
data: result[1].data
|
|
|
}
|
|
@@ -1156,7 +1138,7 @@ export default {
|
|
|
store.setCockpit_vector({
|
|
|
title: "土地供应完成项目",
|
|
|
tableData: this.vector_data,
|
|
|
- word:"项目名称",
|
|
|
+ word: "项目名称",
|
|
|
tablejscType: 'jsc_tdgy_gy_zbmx',
|
|
|
columns: [
|
|
|
"项目名称",
|
|
@@ -1183,7 +1165,7 @@ export default {
|
|
|
});
|
|
|
this.vector_data = data.data;
|
|
|
},
|
|
|
- SeaTransfer(){
|
|
|
+ SeaTransfer() {
|
|
|
store.setViewerFlagb(false);
|
|
|
store.setToolBarShow(false);
|
|
|
store.setXzqh_flag(false);
|