1 |
- <block wx:if="{{canvasId}}"><view data-ref="limeEchart" class="lime-echart data-v-139d256e vue-ref" style="{{(customStyle)}}"><block wx:if="{{use2dCanvas}}"><canvas class="lime-echart__canvas data-v-139d256e" style="{{(canvasStyle)}}" type="2d" id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"></canvas></block><block wx:else><block wx:if="{{isPc}}"><canvas class="lime-echart__canvas data-v-139d256e" style="{{(canvasStyle)}}" id="{{canvasId}}" canvas-id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['mousedown',[['touchStart',['$event']]]],['mousemove',[['touchMove',['$event']]]],['mouseup',[['touchEnd',['$event']]]]]}}" bindmousedown="__e" bindmousemove="__e" bindmouseup="__e"></canvas></block><block wx:else><canvas class="lime-echart__canvas data-v-139d256e" style="{{(canvasStyle)}}" width="{{nodeWidth}}" height="{{nodeHeight}}" canvas-id="{{canvasId}}" id="{{canvasId}}" disable-scroll="{{isDisableScroll}}" data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"></canvas></block></block><block wx:if="{{isOffscreenCanvas}}"><canvas style="{{(offscreenStyle)}}" canvas-id="{{offscreenCanvasId}}" class="data-v-139d256e"></canvas></block></view></block>
|