yyb
2026-05-22 1c8c18285e5676df8b5eaabff33bfac9d1f33b13
src/components/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue
@@ -869,7 +869,10 @@
        const ctx = cfu.option[cid].context;
        if(typeof ctx === "object" && !!!cfu.option[cid].update){
          ctx.clearRect(0, 0, this.cWidth*this.pixel, this.cHeight*this.pixel);
          ctx.draw();
          // 旧版 canvas 需 draw() 上屏;canvas2d 的 CanvasRenderingContext2D 无 draw 方法
          if (typeof ctx.draw === 'function') {
            ctx.draw();
          }
        }
      }
    },