5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
<!--components/bar-chart/index.wxml-->
|
||
|
<view class="chart_canvas" style="height:{{height+'rpx'}}">
|
||
|
<ec-canvas id="{{ chartId }}" ec="{{ ec }}"></ec-canvas>
|
||
|
</view>
|