Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: fix issue of font family\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
],
"packageName": "@visactor/vchart",
"email": "lixuef1313@163.com"
}
108 changes: 54 additions & 54 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~1.0.12",
"@visactor/vrender": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"@visactor/vtable": "1.19.0-alpha.0",
"@visactor/vtable-editors": "1.19.0-alpha.0",
"@visactor/vtable-gantt": "1.19.0-alpha.0",
Expand Down Expand Up @@ -58,4 +58,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
6 changes: 3 additions & 3 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@visactor/vchart": "workspace:2.0.9",
"@visactor/vutils": "~1.0.12",
"@visactor/vrender-core": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender-core": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -78,4 +78,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@visactor/vchart": "workspace:2.0.9",
"@visactor/vchart-extension": "workspace:2.0.9",
"@visactor/vutils": "~1.0.12",
"@visactor/vrender-core": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender-core": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
10 changes: 5 additions & 5 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
},
"dependencies": {
"@visactor/vrender-core": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender-components": "~1.0.27",
"@visactor/vrender-animate": "~1.0.27",
"@visactor/vrender-core": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"@visactor/vrender-components": "~1.0.28",
"@visactor/vrender-animate": "~1.0.28",
"@visactor/vchart": "workspace:2.0.9",
"@visactor/vutils": "~1.0.12",
"@visactor/vdataset": "~1.0.12",
Expand Down Expand Up @@ -61,4 +61,4 @@
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}
}
10 changes: 5 additions & 5 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@
"@visactor/vdataset": "~1.0.12",
"@visactor/vscale": "~1.0.12",
"@visactor/vlayouts": "~1.0.12",
"@visactor/vrender-core": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender-components": "~1.0.27",
"@visactor/vrender-animate": "~1.0.27",
"@visactor/vrender-core": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"@visactor/vrender-components": "~1.0.28",
"@visactor/vrender-animate": "~1.0.28",
"@visactor/vutils-extension": "workspace:2.0.9"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
2 changes: 1 addition & 1 deletion packages/vchart/src/theme/token/builtin/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { BuiltinTokenMap } from './interface';
export const token: BuiltinTokenMap = {
fontFamily:
// eslint-disable-next-line max-len
'PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol',
`PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,'-apple-system',segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol`,
fontSize: 14,

l1FontSize: 32,
Expand Down
8 changes: 4 additions & 4 deletions tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"vite": "3.2.6"
},
"dependencies": {
"@visactor/vrender-core": "~1.0.27",
"@visactor/vrender-kits": "~1.0.27",
"@visactor/vrender-core": "~1.0.28",
"@visactor/vrender-kits": "~1.0.28",
"@visactor/vchart": "workspace:2.0.9",
"@visactor/vrender": "~1.0.27",
"@visactor/vrender": "~1.0.28",
"@visactor/vutils": "~1.0.12"
}
}
}
Loading