echarts.wxml 290 B

12345
  1. <canvas class="ec-canvas" canvas-id="{{ canvasId }}"
  2. style="height:{{size.height}}px;"
  3. bindinit="init"
  4. bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}">
  5. </canvas>