Skip to content

Commit 90fb06a

Browse files
authored
Merge pull request #4005 from VisActor/release/1.13.11
[Auto release] release 1.13.11
2 parents 6aad746 + 659f66c commit 90fb06a

236 files changed

Lines changed: 38855 additions & 210 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.ja-JP.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,21 @@ $ rush react
134134
$ rush docs
135135
```
136136

137-
## 📖 ドキュメント
137+
# 📖 ドキュメント
138138

139-
インストールとクローンと更新後、ローカルでドキュメントをプレビューするために docs を実行します
139+
インストール、クローン、更新が完了したら、`docs` を実行してVTableのドキュメントをローカルでプレビューできます
140140

141141
```bash
142-
# vchartドキュメントサーバーを開始
142+
# vtableのドキュメントサーバーを起動します。実行パス: ./
143+
$ rush update
144+
$ rush build
143145
$ rush docs
144146
```
147+
# If you meet dependency problems
148+
```bash
149+
$ rush purge
150+
$ rush update
151+
```
145152

146153
## 🔗 関連リンク
147154

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,21 @@ $ rush react
133133
# start site development server
134134
$ rush docs
135135
```
136+
# 📖 Documents
136137

137-
## 📖 Documents
138-
139-
After installation & clone & update, run docs to preview documents locally.
138+
After installation & clone & update, run docs to preview VTable documents locally.
140139

141140
```bash
142-
# start vchart document server
141+
# start vtable document server. execute in file path: ./
142+
$ rush update
143+
$ rush build
143144
$ rush docs
144145
```
146+
# If you meet dependency problems
147+
```bash
148+
$ rush purge
149+
$ rush update
150+
```
145151

146152
## 🔗 Related Links
147153

README.zh-CN.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,21 @@ $ rush react
134134
$ rush docs
135135
```
136136

137-
## 📖 Documents
137+
# 📖 Documents
138138

139-
安装并且更新依赖后,可以执行 docs 命令,开启 vchart 的本地文档预览
139+
After installation & clone & update, run docs to preview VTable documents locally.
140140

141141
```bash
142-
# start vchart document server
142+
# start vtable document server. execute in file path: ./
143+
$ rush update
144+
$ rush build
143145
$ rush docs
144146
```
147+
# 如果有依赖问题
148+
```bash
149+
$ rush purge
150+
$ rush update
151+
```
145152

146153
## 🔗 相关链接
147154

common/config/rush/pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.10","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.11","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v1.13.10
2+
3+
2025-05-16
4+
5+
6+
**🆕 New feature**
7+
8+
- **@visactor/vchart**: tooltip support inside position
9+
- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945)
10+
11+
**🐛 Bug fix**
12+
13+
- **@visactor/vchart**: export ManualTicker & StreamLight
14+
- **@visactor/vchart**: tooltip should hide when enterable, fix [#3965](https://github.com/VisActor/VChart/issues/3965), fix [#3922](https://github.com/VisActor/VChart/issues/3922)
15+
- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940)
16+
- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965)
17+
18+
19+
20+
[more detail about v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10)
21+
122
# v1.13.9
223

324
2025-04-21

docs/assets/changelog/zh/release.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v1.13.10
2+
3+
2025-05-16
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: tooltip 定位支持内侧相关的定位点
8+
- **@visactor/vchart**: 马赛克图表支持 bandWidthField 和 percent 配置,关闭 [#3945](https://github.com/VisActor/VChart/issues/3945)
9+
10+
**🐛 功能修复**
11+
12+
- **@visactor/vchart**: 导出 ManualTicker 和 StreamLight
13+
- **@visactor/vchart**: tooltip 设置`enterable`后,离开 tooltip,tooltip 应隐藏,修复 [#3965](https://github.com/VisActor/VChart/issues/3965),修复 [#3922](https://github.com/VisActor/VChart/issues/3922)
14+
- **@visactor/vchart**: 修复页面中多个图表配置 tooltip 的 enterable 时,部分图表 tooltip 不能正确交互的错误,修复 [#3940](https://github.com/VisActor/VChart/issues/3940)
15+
- **@visactor/vchart**: 升级 vgrammar 至 0.16.7,修复 [#3965](https://github.com/VisActor/VChart/issues/3965)
16+
17+
[更多详情请查看 v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10)
18+
119
# v1.13.9
220

321
2025-04-21

0 commit comments

Comments
 (0)