Browse Source

挖掘分析

newyun
corala 1 year ago
parent
commit
6345a780dc
4 changed files with 17 additions and 9 deletions
  1. +17
    -9
      pages/center/Piabodata/requireminingAnalysis.vue
  2. BIN
      static/images/ranking1.png
  3. BIN
      static/images/ranking2.png
  4. BIN
      static/images/ranking3.png

+ 17
- 9
pages/center/Piabodata/requireminingAnalysis.vue View File

@@ -33,7 +33,7 @@
</view>
</view>
<!-- 统计说明 -->
<view class="black-bg" v-if="showDesc" >
<view class="black-bg" v-if="showDesc">
<view class="tongjiDesc">
<view class="tongji-title">统计说明</view>
<view class="text">
@@ -51,8 +51,14 @@
<view class="title1">平均挖掘执行率趋势</view>
</view>
<view class="uchaserbox">
<qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none"
:ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba2" :canvas2d="true" />
<qiun-data-charts
type="line"
:chartData="lineOptsect"
:opts="lineOpts"
background="none"
:ontouch="true"
canvasId="wangxiaohuaerlingilingwuyiba2"
:canvas2d="true" />
</view>
</view>
<view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
@@ -121,7 +127,6 @@
</template>

<script>
var app = getApp();
// var config = require("../../../config");
// import loading from "@/components/loading/index.vue"
export default {
@@ -130,6 +135,7 @@
},
data() {
return {
LOADING: true,
selindex: '',
guwenshow: false,
timeshow: false,
@@ -241,7 +247,7 @@
min: 0,
}]
}
},
}
};
},
onShow() {
@@ -263,7 +269,7 @@
// this.getdata()
},
methods: {
max100(num) {
max100(num) {
if(num>100){
return 100
} else if(!num){
@@ -273,13 +279,13 @@
}
},
getdata(){
// 挖掘分析-简报
// 挖掘分析-简报
this.wordMiningAnalyze()
//挖掘排行
this.getwordMiningRank()
// 挖掘趋势图
this.getwordMiningAnalyzePercentage()
// 挖掘f分布图
// 挖掘分布图
this.getRingData()
},
// 挖掘排行
@@ -590,7 +596,9 @@
font-weight: bold;
}
}
.grid{
border: 1rpx solid #eee;
}
.grid:nth-child(1) {
border-right: none;
border-bottom: none;


BIN
static/images/ranking1.png View File

Before After
Width: 76  |  Height: 76  |  Size: 6.0 KiB

BIN
static/images/ranking2.png View File

Before After
Width: 76  |  Height: 76  |  Size: 6.2 KiB

BIN
static/images/ranking3.png View File

Before After
Width: 80  |  Height: 80  |  Size: 7.2 KiB

Loading…
Cancel
Save