榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

<!--党建声音行为分布-->
<view class="part-people">
<view class="title">
<text class="num">党建声音行为分布</text>
</view>
<view class="echarts">
<view class="echarts1">
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ecA }}"></ec-canvas>
</view>
<view class="echarts2">
<ec-canvas id="mychart-dom-pie" canvas-id="mychart-bar" ec="{{ ecB }}"></ec-canvas>
</view>
</view>
<view class="lenged">
<view class="lenged-left">
<text class="circle background2"></text>
<text>浏览人数</text>
<text class="circle"></text>
<text>点赞人数</text>
<view class="lenged-leftbottom">
<text class="circle background3"></text>
<text>点踩人数</text>
</view>
</view>
<view class="lenged-right">
<text class="circle background4"></text>
<text>浏览人数</text>
<text class="circle background5"></text>
<text>点赞人数</text>
<view class="lenged-leftbottom">
<text class="circle background6"></text>
<text>点踩人数</text>
</view>
</view>
</view>
</view>