WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-08-24 a64da2da9e94583e2c8da1711a762107d5682ea1
修复多个图表绘制异常的问题
1 files modified
3 ■■■■ changed files
plugins/echarts/CECharts.weapp.vue 3 ●●●● patch | view | raw | blame | history
plugins/echarts/CECharts.weapp.vue
@@ -38,7 +38,8 @@
    props: {
        canvasId: {
            type: String,
            default: 'ec-canvas-' + ++canvasCount + '-' + parseInt(Math.random() * 10000),
            default: () =>
                'ec-canvas-' + ++canvasCount + '-' + parseInt(Math.random() * 10000),
        },
        disableTouch: {
            type: Boolean,