|
@@ -21,9 +21,9 @@
|
|
<image @click="next('day')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
<image @click="next('day')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="qiun-charts" style="background-color: #E5FDC3;">
|
|
|
|
|
|
+ <view class="qiun-charts" style="background-color: #FFFFFF;">
|
|
<canvas canvas-id="canvaColumn1" id="canvaColumn1" class="charts" disable-scroll=true @touchstart="touchLine1" @touchmove="moveLine1"
|
|
<canvas canvas-id="canvaColumn1" id="canvaColumn1" class="charts" disable-scroll=true @touchstart="touchLine1" @touchmove="moveLine1"
|
|
- @touchend="touchEndLine1" style="background-color: #E5FDC3;"></canvas>
|
|
|
|
|
|
+ @touchend="touchEndLine1" style="background-color: #FFFFFF;"></canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
@@ -36,9 +36,9 @@
|
|
<image @click="next('week')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
<image @click="next('week')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="qiun-charts" style="background-color: #E5FDC3;">
|
|
|
|
|
|
+ <view class="qiun-charts" style="background-color: #FFFFFF;">
|
|
<canvas canvas-id="canvaColumn2" id="canvaColumn2" class="charts" disable-scroll=true @touchstart="touchLine2" @touchmove="moveLine2"
|
|
<canvas canvas-id="canvaColumn2" id="canvaColumn2" class="charts" disable-scroll=true @touchstart="touchLine2" @touchmove="moveLine2"
|
|
- @touchend="touchEndLine2" style="background-color: #E5FDC3;"></canvas>
|
|
|
|
|
|
+ @touchend="touchEndLine2" style="background-color: #FFFFFF;"></canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
@@ -51,9 +51,9 @@
|
|
<image @click="next('month')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
<image @click="next('month')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="qiun-charts" style="background-color: #E5FDC3;">
|
|
|
|
|
|
+ <view class="qiun-charts" style="background-color: #FFFFFF;">
|
|
<canvas canvas-id="canvaColumn3" id="canvaColumn3" class="charts" disable-scroll=true @touchstart="touchLine3" @touchmove="moveLine3"
|
|
<canvas canvas-id="canvaColumn3" id="canvaColumn3" class="charts" disable-scroll=true @touchstart="touchLine3" @touchmove="moveLine3"
|
|
- @touchend="touchEndLine3" style="background-color: #E5FDC3;"></canvas>
|
|
|
|
|
|
+ @touchend="touchEndLine3" style="background-color: #FFFFFF;"></canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
@@ -66,9 +66,9 @@
|
|
<image @click="next('year')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
<image @click="next('year')" class="nextImg" src="/static/img/rightTriangle.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="qiun-charts" style="background-color: #E5FDC3;">
|
|
|
|
|
|
+ <view class="qiun-charts" style="background-color: #FFFFFF;">
|
|
<canvas canvas-id="canvaColumn4" id="canvaColumn4" class="charts" disable-scroll=true @touchstart="touchLine4" @touchmove="moveLine4"
|
|
<canvas canvas-id="canvaColumn4" id="canvaColumn4" class="charts" disable-scroll=true @touchstart="touchLine4" @touchmove="moveLine4"
|
|
- @touchend="touchEndLine4" style="background-color: #E5FDC3;"></canvas>
|
|
|
|
|
|
+ @touchend="touchEndLine4" style="background-color: #FFFFFF;"></canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -270,7 +270,7 @@
|
|
type: 'column',
|
|
type: 'column',
|
|
legend: true,
|
|
legend: true,
|
|
fontSize: 11,
|
|
fontSize: 11,
|
|
- background: '#E5FDC3',//y轴颜色
|
|
|
|
|
|
+ background: '#FFFFFF',//y轴颜色
|
|
pixelRatio: 1,
|
|
pixelRatio: 1,
|
|
animation: true,
|
|
animation: true,
|
|
categories: chartData.categories,
|
|
categories: chartData.categories,
|