parent
b5d53ee13f
commit
be36297ca1
@ -1,4 +1,4 @@
|
|||||||
<!--pages/components/custom-echarts/index.wxml-->
|
<!--pages/components/custom-echarts/index.wxml-->
|
||||||
<view style="height: {{ height }}; width:100%;">
|
<view style="height: {{ height }}; width:100%;position: relative;">
|
||||||
<ec-canvas force-use-old-canvas="{{flocShow}}" wx:if="{{showChart}}" id="{{ chartId }}" canvas-id="eventBar" ec="{{ec}}" options="{{chartOption}}"></ec-canvas>
|
<ec-canvas force-use-old-canvas="{{flocShow}}" wx:if="{{showChart}}" id="{{ chartId }}" canvas-id="eventBar" ec="{{ec}}" options="{{chartOption}}"></ec-canvas>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in new issue