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.

28 lines
1.3 KiB

<view class="evtw-content">
<view class="evtw-item">
<view class="evtw-chart-title">尾翼传播态势</view>
<view class="evtw-chart-item" style="width: 100%;margin-left: -44rpx;">
<c-echars showChart="{{showChart}}" canvasId="ttrans-canvas" chartId="ttrans" chartOption="{{tailTransChart}}" height="100%"></c-echars>
</view>
</view>
<view class="evtw-item">
<view class="evtw-chart-title">重点媒体分布</view>
<view class="evtw-chart-item">
<c-echars showChart="{{showChart}}" canvasId="km-canvas" chartId="km" chartOption="{{keyMediaData}}" height="100%"></c-echars>
</view>
</view>
<view class="evtw-item">
<view class="evtw-area-title">
<view style="width: 50%;">热门词云</view>
<view style="width: 46%;">
<van-tabs type="card" active="{{ wordCloudActive }}" color="#BBBBBB" bind:change="changeWordCloud">
<van-tab title="正面"></van-tab>
<van-tab title="负面"></van-tab>
</van-tabs>
</view>
</view>
<view class="wd-cloud">
<word-cloud canvasId="ta-wc" list="{{wordCloudData}}" width="100%" height="200" color="#FF1C20"></word-cloud>
</view>
</view>
</view>