feat: resize events to rerender charts

This commit is contained in:
Qiuxia Fan
2022-01-11 14:32:52 +08:00
parent 4a6ac51b7a
commit d4dedecd1b
5 changed files with 64 additions and 7 deletions

View File

@@ -76,7 +76,8 @@
"ecmaVersion": 2020
},
"rules": {
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
},
"overrides": [
{