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.

5 lines
266 B

3 years ago
<!--pages/components/custom-echarts/index.wxml-->
3 years ago
<view style="height: {{ height }}; width:100%;">
3 years ago
<ec-canvas force-use-old-canvas="{{false}}" wx:if="{{showChart}}" id="{{ chartId }}" canvas-id="eventBar" ec="{{ec}}" options="{{chartOption}}"></ec-canvas>
3 years ago
</view>