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.
18 lines
766 B
18 lines
766 B
<view class="p-container">
|
|
<!-- 时间组件 -->
|
|
<time-component-home bindchange="changeTime"></time-component-home>
|
|
<view class="brand">
|
|
<view class="text">品牌传播声量</view>
|
|
<view class="brand_tu">
|
|
<!-- <Histogram></Histogram> -->
|
|
<c-echars showChart="{{showChart}}" canvasId="brandspreadbar-canvas" chartId="brandspreadbar" chartOption="{{brandOption}}" height="100%"></c-echars>
|
|
</view>
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">车型传播声量</view>
|
|
<view class="brand_tu">
|
|
<c-echars showChart="{{showChart}}" canvasId="modelspreadbar-canvas" chartId="modelspreadbar" chartOption="{{modelOption}}" height="100%"></c-echars>
|
|
</view>
|
|
|
|
</view>
|
|
</view> |