Skip to content

Commit 3333c07

Browse files
committed
remove import tracert
1 parent eaa78cb commit 3333c07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/util.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import tracertTa from '@alipay/tracert-ta';
2-
31
function scale(obj) {
42
let key = ['range', 'tickCount', 'max', 'min', 'mask', 'type', 'nice', 'ticks'];
53
let res = {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-chart",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "小程序图表库",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)