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.
16 lines
715 B
16 lines
715 B
<view class="p-container">
|
|
<!-- 时间组件 -->
|
|
<time-component-home bindchange="changeTime"></time-component-home>
|
|
<view class="brand">
|
|
<view class="text">正负调性</view>
|
|
<view class="brand_tu">
|
|
<c-echars showChart="{{showChart}}" canvasId="tonalitybar-canvas" chartId="tonalitybar" chartOption="{{positiveOption}}" width="100%" height="100%"></c-echars>
|
|
</view>
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">负面等级</view>
|
|
<view class="brand_tu">
|
|
<c-echars showChart="{{showChart}}" canvasId="ratingbar-canvas" chartId="ratingbar" chartOption="{{negativeOption}}" height="100%"></c-echars>
|
|
</view>
|
|
</view>
|
|
</view> |