@visactor/taro-vchart 1.1.0-beta.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/index.js +1 -1
- package/package.json +2 -2
package/lib/src/index.js
CHANGED
|
@@ -108,7 +108,7 @@ class TTCanvas {
|
|
|
108
108
|
force: true,
|
|
109
109
|
canvasIdLists: [`${domref.id}_draw_canvas`, `${domref.id}_tooltip_canvas`, `${domref.id}_hidden_canvas`],
|
|
110
110
|
tooltipCanvasId: `${domref.id}_tooltip_canvas`,
|
|
111
|
-
freeCanvasIdx:
|
|
111
|
+
freeCanvasIdx: 2 // 自由 canvas 索引
|
|
112
112
|
}, dpr: this.dpr, renderCanvas: `${domref.id}_draw_canvas` }, this.options));
|
|
113
113
|
this.onChartInit && this.onChartInit(this.chartInstance);
|
|
114
114
|
// events
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/taro-vchart",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Taro VChart 图表组件",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "lib/src/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@visactor/vchart": "1.1.0
|
|
34
|
+
"@visactor/vchart": "1.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rushstack/eslint-patch": "~1.1.4",
|