2025-06-06 15:07:26 +08:00

7 lines
411 B
Plaintext

<view class="container">
<!-- 定义 canvas 元素 -->
<!-- <canvas id="myCanvas" type="2d" style="width: 300px; height: 200px;opacity: 0;"></canvas> -->
<ec-canvas id="mychart-dom-bar" canvasId="mychart-dom-bar" type="2d" ec="{{ ec }}" style="width:100%;height:600rpx"></ec-canvas>
<!-- 显示转换后的图片 -->
<image src="{{imagePath}}" style="width: 100%;height:600rpx;"></image>
</view>