8000 fix: merge 1.13.11 to 2.0.0 by xile611 · Pull Request #4022 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: merge 1.13.11 to 2.0.0 #4022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 10, 2025
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
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
11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/develop_2025-04-25-09-58.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "fix: marker porint default style bug",
"comment": "fix: mark interactive problem when brush. fix visactor/vchart#4017",
"type": "none"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "fix: markLine position error when domain is a same array. fix#4016",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}

This file was deleted.

28 changes: 14 additions & 14 deletions common/config/rush/pnpm-lock.yaml

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

10 changes: 9 additions & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.13.9","mainProject":"@visactor/vchart","nextBump":"patch"}]
[
{
"definitionName": "lockStepVersion",
"policyName": "vchartMain",
"version": "1.13.11",
"mainProject": "@visactor/vchart",
"nextBump": "patch"
}
]
120 changes: 76 additions & 44 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,55 @@
# v1.13.9

2025-04-21


**🆕 New feature**
# v1.13.11

2025-05-29

**🆕 New feature**

- **@visactor/vchart**: add `barGap` option for histogram chart
- **@visactor/vchart**: support tooltip.trigger and crosshair.trigger in theme

**🐛 Bug fix**

- **@visactor/vchart**: fix data-zoom domain when the label of band size is number-like string, fix [#3982](https://github.com/VisActor/VChart/issues/3982)
- **@visactor/vchart**: fix the order of title in mark tooltip when dimension tooltip has no title, fix [#3991](https://github.com/VisActor/VChart/issues/3991)
- **@visactor/vchart**: option `{ poptip: true }` should load `poptipForText`
- **react-vchart**: when use children to render customized tooltip, react-vchart should update
- **@visactor/vchart**: customized render of tooltip should be render in react 17 and react 18

**🔖 other**

- **@visactor/vchart**: fix: Replace all the vchartConstructor to vchartConstructor, and ensure backward compatibility with older versions.

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

# 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

**🆕 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**
**🐛 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)
Expand All @@ -18,30 +58,27 @@
- **@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**
**🔨 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**
**📖 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


**🆕 New feature**

- **@visactor/vchart**: add `alwayCalculateTotal` for total label
[more detail about v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9)

# v1.13.8

2025-03-31

**🆕 New feature**

- **@visactor/vchart**: add `alwayCalculateTotal` for total label
- **@visactor/vchart**: add options `onlyFull` to lockStatisticsByDomain

**🐛 Bug fix**
**🐛 Bug fix**

- **@visactor/vchart**: fix the issue where the bar chart grow animation does not work correctly when the axis `zero: false`, [#3808](https://github.com/VisActor/VChart/issues/3808)
- **@visactor/vchart**: crosshair should hide when label is invalid
Expand All @@ -55,35 +92,30 @@
- **@visactor/vchart**: fix bug of zoomable in mobile device which only use pointer event
- **@visactor/vchart**: fix datazoom drag and zoom triggered at the same time, fix [#3819](https://github.com/VisActor/VChart/issues/3819)



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

# v1.13.7

2025-03-14


**🆕 New feature**
[more detail about v1.13.8](https://github.com/VisActor/VChart/releases/tag/v1.13.8)

# v1.13.7

2025-03-14

**🆕 New feature**

- **@visactor/vchart**: support `position` config in totalLabel, [#3396](https://github.com/VisActor/VChart/issues/3396)

**🐛 Bug fix**
**🐛 Bug fix**

- **@visactor/vchart**: vchart should not merge original options, fix [#3798](https://github.com/VisActor/VChart/issues/3798)
- **react-vchart**: lifecycle event callback should be fired, fix [#3792](https://github.com/VisActor/VChart/issues/3792)
- **@visactor/vchart**: react-vchart should export `WaterfallChart`, fix [#3791](https://github.com/VisActor/VChart/issues/3791)
- **@visactor/vchart**: fix fontFamily of richtext, fix [#3768](https://github.com/VisActor/VChart/issues/3768)
- **@visactor/vchart**: fix issue with wx get context

**🔧 Configuration releated**
**🔧 Configuration releated**

- **@visactor/vchart**: add util to export



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

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

# v1.13.6

2025-03-03
Expand Down
Loading
Loading
0