Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
262f64e
Merge pull request #3914 from VisActor/sync/main-1.13.9
xile611 Apr 21, 2025
7427e92
docs: generate changelog of release v1.13.9
xile611 Apr 21, 2025
e0e8175
docs: update changelog of 1.13.9
xile611 Apr 22, 2025
93ec918
Merge pull request #3915 from VisActor/docs/generate-changelog-v1.13.9
xile611 Apr 22, 2025
913f602
chore: add dashboard demo
xuefei1313 Apr 24, 2025
666fddf
feat: tooltip support inside position
xile611 Apr 25, 2025
94e76c4
docs: update changlog of rush
xile611 Apr 25, 2025
e73444b
Merge pull request #3931 from VisActor/feat/add-dashboard-demo
xile611 Apr 27, 2025
00edbc0
Merge pull request #3930 from VisActor/feat/tooltip-position-inside
xile611 Apr 27, 2025
6567396
docs: nameKey >> nodeKey
wangxingkang Apr 28, 2025
fc8b3cc
feat(sankey): remove nameKey type
wangxingkang Apr 28, 2025
877136e
docs: add trae guid
xuanhun Apr 28, 2025
4f303b0
Merge pull request #3934 from VisActor/doc/add-trae
xile611 Apr 28, 2025
562d7ad
Merge pull request #3933 from wangxingkang/develop
xile611 Apr 28, 2025
a2166b0
feat: mosaic chart supports bandWidthField and percent config
kkxxkk2019 May 7, 2025
7fd57c5
fix: fix error of enterable tooltip when multiple charts in a page, f…
xile611 May 7, 2025
1245003
docs: update changlog of rush
xile611 May 7, 2025
759590f
chore: update rush change log
kkxxkk2019 May 8, 2025
1f4bdf3
fix: rename bandField to bandWidthField
kkxxkk2019 May 8, 2025
ac92860
fix: export ManualTicker & StreamLight
xile611 May 14, 2025
d511a95
docs: update changlog of rush
xile611 May 14, 2025
7eba834
Merge pull request #3964 from VisActor/feat/export-ManualTicker-Strea…
xile611 May 15, 2025
1f21f00
docs: update mosaic chart option docs
kkxxkk2019 May 15, 2025
7dc7f4b
Merge remote-tracking branch 'origin/develop' into enhance/mosaic
kkxxkk2019 May 15, 2025
ff53ce1
fix: tooltip should hide when enterable, fix #3965, fix #3922
xile611 May 15, 2025
cb278c4
docs: update changlog of rush
xile611 May 15, 2025
1dd89f8
fix: upgrade vgrammar to 0.16.7, fix #3965
xile611 May 15, 2025
fad6bb3
docs: update changlog of rush
xile611 May 15, 2025
873714a
Merge pull request #3966 from VisActor/fix/tooltip-enterable-hide
xile611 May 15, 2025
c3d91bb
Merge pull request #3946 from VisActor/enhance/mosaic
xile611 May 15, 2025
46e9329
Merge pull request #3968 from VisActor/fix/upgrade-vgrammar-0.16.7
xile611 May 15, 2025
cdb9962
build: release version 1.13.10
xile611 May 15, 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
144 changes: 72 additions & 72 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.9","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.10","mainProject":"@visactor/vchart","nextBump":"patch"}]
33 changes: 33 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v1.13.9

2025-04-21


**🆕 New feature**

- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332)
- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859)
- **@visactor/vchart**: markLine and markArea supports render multiple labels

**🐛 Bug fix**

- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881)
- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907)
- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0
- **@visactor/vchart**: fix type error of datazoom texts
- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880)
- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857)
- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855)

**🔨 Refactor**

- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885)

**📖 Site / documentation update**

- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877)



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

# v1.13.8

2025-03-31
Expand Down
30 changes: 30 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v1.13.9

2025-04-21

**🆕 新增功能**

- **@visactor/vchart**: 轴数据过滤支持上下文,关闭 [#3332](https://github.com/VisActor/VChart/issues/3332)
- **@visactor/vchart**: 仪表盘支持在标记超出轴范围时裁剪,关闭 [#3859](https://github.com/VisActor/VChart/issues/3859)
- **@visactor/vchart**: markLine 和 markArea 支持渲染多个标签

**🐛 功能修复**

- **@visactor/vchart**: 更新规格时清除普通动画的事件监听器,[#3881](https://github.com/VisActor/VChart/issues/3881)
- **@visactor/vchart**: 修复当 bandSize 为 0 时矩形十字线的坐标问题,修复 [#3907](https://github.com/VisActor/VChart/issues/3907)
- **@visactor/vchart**: 当设置十字线的默认选择时,`axisIndex` 应有默认值 0
- **@visactor/vchart**: 修复 datazoom 文本的类型错误
- **@visactor/vchart**: 当 `autoWidth` 为 true 时,标题标签的宽度应自动适应内容宽度,修复 [#3880](https://github.com/VisActor/VChart/issues/3880)
- **@visactor/vchart**: 修复 markLine 的有效性判断,修复 [#3857](https://github.com/VisActor/VChart/issues/3857)
- **@visactor/vchart**: 数据更新后空占位符应更新,修复 [#3855](https://github.com/VisActor/VChart/issues/3855)

**🔨 功能重构**

- **@visactor/vchart**: 重构 brush 交互,关闭 [#3765](https://github.com/VisActor/VChart/issues/3765)、[#3262](https://github.com/VisActor/VChart/issues/3262)、[#2802](https://github.com/VisActor/VChart/issues/2802) 和 [#3885](https://github.com/VisActor/VChart/issues/3885)

**📖 文档更新**

- **@visactor/vchart**: 提供文档接口,修复 [#3877](https://github.com/VisActor/VChart/issues/3877)

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

# v1.13.8

2025-03-31
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/examples/en/sankey-chart/nameKey-sankey.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ option: sankeyChart
The links of a Sankey diagram have a source node and an end node (source), and nodes can be represented in two forms:

- By default, the index value of nodes is used.
- By configuring the callback function of nameKey, use the node name as the starting and ending nodes of the edge.
This example uses the callback function of nameKey as the node configuration of the edge.
- By configuring the callback function of nodeKey, use the node name as the starting and ending nodes of the edge.
This example uses the callback function of nodeKey as the node configuration of the edge.

## Key option

Expand Down
4 changes: 2 additions & 2 deletions docs/assets/examples/zh/sankey-chart/nameKey-sankey.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ option: sankeyChart
桑基图的边具有起点节点(source)和终点节点(source),可以使用两种形式来表示节点:

- 默认使用 nodes 的索引值。
- 通过配置 nameKey 的回调函数,使用节点名称作为边的起点节点和终点节点。
这个例子就使用 nameKey 的回调函数作为边的节点配置的。
- 通过配置 nodeKey 的回调函数,使用节点名称作为边的起点节点和终点节点。
这个例子就使用 nodeKey 的回调函数作为边的节点配置的。

## 关键配置

Expand Down
Loading
Loading