Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
d38fc87
Merge pull request #3970 from VisActor/sync/main-1.13.10
xile611 May 16, 2025
23fd9ad
docs: generate changelog of release v1.13.10
xile611 May 16, 2025
0ea7195
docs: update release changelog of 1.13.10
xile611 May 16, 2025
d3cbe27
Merge pull request #3971 from VisActor/docs/generate-changelog-v1.13.10
xile611 May 16, 2025
e466a50
docs: add source code doc
xuanhun May 21, 2025
12e7999
docs: update foulder name
xuanhun May 21, 2025
c8fcb3f
docs: add source code doc
xuanhun May 21, 2025
882b84f
feat: export all component and chart register function
LonelySnowman May 5, 2025
87dd0da
fix: option `{ poptip: true } should load `poptipForText`
xile611 May 22, 2025
55d115b
docs: update changlog of rush
xile611 May 22, 2025
d456af4
Merge pull request #3981 from VisActor/doc/sourcecode
xile611 May 22, 2025
18fa373
Merge pull request #3983 from VisActor/fix/poptip-plugin-option
xile611 May 22, 2025
82bbf04
fix: fix data-zoom domain when the label of band size is number-like …
xile611 May 22, 2025
9ced3e3
docs: update changlog of rush
xile611 May 22, 2025
4679585
fix(react-vchart): when use children to render customized tooltip, re…
xile611 May 23, 2025
177f5b5
docs: update changlog of rush
xile611 May 23, 2025
5ddd22c
Merge pull request #3987 from VisActor/fix/tooltip-children
xile611 May 23, 2025
5d7c804
fix: fix domain order of datazoom when axis is linear
xile611 May 22, 2025
de75153
docs: update map data sources and add online editing tools section
afkdsghk211331 May 23, 2025
5a385b1
docs: optimize list formatting for China and world map data sources a…
afkdsghk211331 May 27, 2025
4cc1b68
fix: customized render of tooltip should be render in react 17 and re…
xile611 May 27, 2025
472a297
docs: update changlog of rush
xile611 May 27, 2025
c066205
Merge pull request #3985 from VisActor/fix/data-zoom-of-lock-number-d…
xile611 May 27, 2025
b48c278
Merge pull request #3996 from VisActor/fix/tooltip-customized-render
xile611 May 28, 2025
fe40d64
feat(theme): support tooltip.trigger and tooltip.triggerOut
kiramyby May 12, 2025
a28fd6f
feat(theme): support crosshair.trigger and crosshair.triggerOut
kiramyby May 12, 2025
f30f41b
fix(theme): remove unnecessary const
kiramyby May 13, 2025
93556e4
docs(theme): conform comments
kiramyby May 13, 2025
1b672eb
docs: update changlog of rush
kiramyby May 27, 2025
d9694a6
fix: excessive type definitions
kiramyby May 27, 2025
65295c8
docs: remove since tag
kiramyby May 27, 2025
e25b7eb
fix: fix the order of title in mark tooltip when dimension tooltip ha…
xile611 May 28, 2025
b00447e
docs: update changlog of rush
xile611 May 28, 2025
caa8bc6
Merge pull request #3998 from VisActor/fix/dom-tooltip-title-order
xile611 May 28, 2025
f37b3cc
fix(docs openinula-vchart react-vchart): correct typo in 'vchartConst…
drunksweet May 7, 2025
881c994
fix: 修复 vchartConstructor 拼写错误的兼容问题
drunksweet May 11, 2025
4c3628f
docs: update changelog of rush
drunksweet May 14, 2025
0a12cf8
feat: linear bar add barpadding option
LonelySnowman May 15, 2025
9d6564c
docs: update barPadding doc
LonelySnowman May 15, 2025
3e872da
fix: add minBarWidth and y to y1
LonelySnowman May 15, 2025
b034ef9
feat: change option from barPadding to barGap
LonelySnowman May 22, 2025
6c0c69a
feat: update docs and set half bar gap
LonelySnowman May 28, 2025
305e176
docs: update change log
LonelySnowman May 28, 2025
eac8c45
docs: update change log
LonelySnowman May 29, 2025
ed74ce4
chore: update bundler.config of vchart-extensions
xile611 May 29, 2025
ec4415a
Merge pull request #4002 from VisActor/chore/vchart-extension-bundler
xile611 May 29, 2025
659f66c
build: release version 1.13.11
xile611 May 29, 2025
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
13 changes: 10 additions & 3 deletions README.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,21 @@ $ rush react
$ rush docs
```

## 📖 ドキュメント
# 📖 ドキュメント

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

```bash
# vchartドキュメントサーバーを開始
# vtableのドキュメントサーバーを起動します。実行パス: ./
$ rush update
$ rush build
$ rush docs
```
# If you meet dependency problems
```bash
$ rush purge
$ rush update
```

## 🔗 関連リンク

Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,21 @@ $ rush react
# start site development server
$ rush docs
```
# 📖 Documents

## 📖 Documents

After installation & clone & update, run docs to preview documents locally.
After installation & clone & update, run docs to preview VTable documents locally.

```bash
# start vchart document server
# start vtable document server. execute in file path: ./
$ rush update
$ rush build
$ rush docs
```
# If you meet dependency problems
```bash
$ rush purge
$ rush update
```

## 🔗 Related Links

Expand Down
13 changes: 10 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,21 @@ $ rush react
$ rush docs
```

## 📖 Documents
# 📖 Documents

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

```bash
# start vchart document server
# start vtable document server. execute in file path: ./
$ rush update
$ rush build
$ rush docs
```
# 如果有依赖问题
```bash
$ rush purge
$ rush update
```

## 🔗 相关链接

Expand Down
24 changes: 12 additions & 12 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.10","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.11","mainProject":"@visactor/vchart","nextBump":"patch"}]
21 changes: 21 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v1.13.10

2025-05-16


**🆕 New feature**

- **@visactor/vchart**: tooltip support inside position
- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945)

**🐛 Bug fix**

- **@visactor/vchart**: export ManualTicker & StreamLight
- **@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)
- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940)
- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965)



[more detail about v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10)

# v1.13.9

2025-04-21
Expand Down
18 changes: 18 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.13.10

2025-05-16

**🆕 新增功能**

- **@visactor/vchart**: tooltip 定位支持内侧相关的定位点
- **@visactor/vchart**: 马赛克图表支持 bandWidthField 和 percent 配置,关闭 [#3945](https://github.com/VisActor/VChart/issues/3945)

**🐛 功能修复**

- **@visactor/vchart**: 导出 ManualTicker 和 StreamLight
- **@visactor/vchart**: tooltip 设置`enterable`后,离开 tooltip,tooltip 应隐藏,修复 [#3965](https://github.com/VisActor/VChart/issues/3965),修复 [#3922](https://github.com/VisActor/VChart/issues/3922)
- **@visactor/vchart**: 修复页面中多个图表配置 tooltip 的 enterable 时,部分图表 tooltip 不能正确交互的错误,修复 [#3940](https://github.com/VisActor/VChart/issues/3940)
- **@visactor/vchart**: 升级 vgrammar 至 0.16.7,修复 [#3965](https://github.com/VisActor/VChart/issues/3965)

[更多详情请查看 v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10)

# v1.13.9

2025-04-21
Expand Down
Loading
Loading