Skip to content

Commit 008b3c3

Browse files
committed
Merge branch develop into feat/sequence-scatter
2 parents efb769d + fd5ed3e commit 008b3c3

File tree

783 files changed

+34973
-15680
lines changed

Some content is hidden

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

783 files changed

+34973
-15680
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build VChart
3030
env:
3131
NODE_OPTIONS: '--max_old_space_size=4096'
32-
run: node common/scripts/install-run-rush.js run -p @visactor/vchart -s build:ci
32+
run: node common/scripts/install-run-rush.js run -p @visactor/vchart -s build:umd
3333

3434
# action below will calculate pr base branch without skip_step which might cause error
3535
# - uses: andresz1/size-limit-action@v1

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ packages/vchart/mark.d.ts
118118
packages/vchart/mark.js
119119
packages/vchart/series.d.ts
120120
packages/vchart/series.js
121+
packages/vchart/spec-types/
121122

122123
packages/taro-vchart/lib/
123124
packages/lark-vchart/index.js
@@ -130,3 +131,5 @@ docs/public/vchart/preview/failedPreviewLists.json
130131
packages/vchart/__tests__/runtime/node/**.png
131132
# env files
132133
.env.local
134+
135+
*.tsbuildinfo

README.ja-JP.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div align="center">
1515

16-
VChartは、クロスプラットフォームのチャートライブラリであるだけでなく、表現力豊かなデータストーリーテラーでもあります。
16+
VChart は、クロスプラットフォームのチャートライブラリであるだけでなく、表現力豊かなデータストーリーテラーでもあります。
1717

1818
<p align="center">
1919
<a href="https://www.visactor.io/vchart">紹介</a> •
@@ -47,7 +47,7 @@ English | [简体中文](./README.zh-CN.md) | 日本語
4747

4848
## 紹介
4949

50-
VChartは、VisActorビジュアライゼーションシステムのチャートコンポーネントライブラリです。ビジュアル文法ライブラリ[VGrammar](https://github.com/VisActor/VGrammar)に基づいてチャートロジックをラップし、ビジュアルレンダリングエンジン[VRender](https://github.com/VisActor/VRender)に基づいてコンポーネントをカプセル化します。コア機能は次のとおりです。
50+
VChart は、VisActor ビジュアライゼーションシステムのチャートコンポーネントライブラリです。ビジュアル文法ライブラリ[VGrammar](https://github.com/VisActor/VGrammar)に基づいてチャートロジックをラップし、ビジュアルレンダリングエンジン[VRender](https://github.com/VisActor/VRender)に基づいてコンポーネントをカプセル化します。コア機能は次のとおりです。
5151

5252
1. **クロスプラットフォーム**:デスクトップ、H5、および複数の小プログラム環境に自動的に適応
5353
2. **ストーリーテリング**:ビジュアルストーリーテリングのための包括的な注釈、アニメーション、フロー制御、ナラティブテンプレート、およびその他の強化機能
@@ -57,14 +57,13 @@ VChartは、VisActorビジュアライゼーションシステムのチャート
5757

5858
このリポジトリには、次のパッケージが含まれています。
5959

60-
1. [`vchart`](./packages/vchart/): VChartのコアコードリポジトリ
61-
2. [`react-vchart`](./packages/react-vchart/): [React](https://react.dev/)に基づいてカプセル化されたVChartコンポーネント
62-
3. [`taro-vchart`](./packages/taro-vchart/): [Taro](https://docs.taro.zone/docs/)に基づいてカプセル化されたVChartコンポーネント
63-
4. [`lark-vchart`](./packages/lark-vchart/): [Lark miniAPP](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment)に基づいてカプセル化されたVChartコンポーネント
64-
5. [`tt-vchart`](./packages/lark-vchart/): [TikTok miniAPP](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview/)に基づいてカプセル化されたVChartコンポーネント
65-
6. [`block-vchart`](./packages/block-vchart/): [Lark Block](https://open.feishu.cn/document/client-docs/block/block-introduction)に基づいてカプセル化されたVChartコンポーネント
66-
7. [`wx-vchart`](./packages/wx-vchart/)[Wx miniAPP](https://developers.weixin.qq.com/miniprogram/dev/framework/)に基づいてカプセル化されたVChartコンポーネント
67-
8. [`docs`](./docs/): VChartサイトのソースコード、およびサイトのすべての中国語および英語のドキュメント、チャートサンプルコードなどが含まれています。
60+
1. [`vchart`](./packages/vchart/): VChart のコアコードリポジトリ
61+
2. [`react-vchart`](./packages/react-vchart/): [React](https://react.dev/)に基づいてカプセル化された VChart コンポーネント
62+
3. [`taro-vchart`](./packages/taro-vchart/): [Taro](https://docs.taro.zone/docs/)に基づいてカプセル化された VChart コンポーネント
63+
4. [`lark-vchart`](./packages/lark-vchart/): [Lark miniAPP](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment)に基づいてカプセル化された VChart コンポーネント
64+
5. [`block-vchart`](./packages/block-vchart/): [Lark Block](https://open.feishu.cn/document/client-docs/block/block-introduction)に基づいてカプセル化された VChart コンポーネント
65+
6. [`wx-vchart`](./packages/wx-vchart/)[Wx miniAPP](https://developers.weixin.qq.com/miniprogram/dev/framework/)に基づいてカプセル化された VChart コンポーネント
66+
7. [`docs`](./docs/): VChart サイトのソースコード、およびサイトのすべての中国語および英語のドキュメント、チャートサンプルコードなどが含まれています。
6867

6968
## 🔨 使用方法
7069

@@ -137,7 +136,7 @@ $ rush docs
137136

138137
## 📖 ドキュメント
139138

140-
インストールとクローンと更新後、ローカルでドキュメントをプレビューするためにdocsを実行します
139+
インストールとクローンと更新後、ローカルでドキュメントをプレビューするために docs を実行します
141140

142141
```bash
143142
# vchartドキュメントサーバーを開始
@@ -158,11 +157,24 @@ $ rush docs
158157

159158
## 💫 エコシステム
160159

161-
| プロジェクト | 説明 |
162-
| ------------------------------------------------------------------------------------- | ------------------------------------ |
163-
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | @VisActor/VChartのReactインターフェース |
164-
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChartコンポーネント |
165-
| [OMI](https://omi.cdn-go.cn/home/latest) | Webコンポーネントフレームワーク |
160+
| プロジェクト | 説明 |
161+
| ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
162+
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | @VisActor/VChart の React コンポーネント |
163+
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula の VChart コンポーネント |
164+
| [OMI](https://omi.cdn-go.cn/home/latest) | Web コンポーネントフレームワーク |
165+
| [vchart と Next.js で構築された Vercel テンプレート](https://vercel.com/templates/next.js/visactor-nextjs-template) | vchart と Next.js で構築されたモダンなダッシュボードテンプレートで、美しい UI と豊富なデータ可視化コンポーネントを備えています。 |
166+
167+
## 💖 Thanks
168+
169+
<div>
170+
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
171+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
172+
</a>
173+
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
174+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
175+
</a>
176+
</div>
177+
セミ([semi](https://semi.design/))によるテーマの視覚的カスタマイズソリューションの提供に感謝します
166178

167179
## 🤝 貢献 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/VisActor/VChart/blob/main/CONTRIBUTING.md#your-first-pull-request)
168180

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ This repository includes the following packages:
6161
2. [`react-vchart`](./packages/react-vchart/): The VChart component encapsulated based on [React](https://react.dev/)
6262
3. [`taro-vchart`](./packages/taro-vchart/): The VChart component encapsulated based on [Taro](https://docs.taro.zone/docs/)
6363
4. [`lark-vchart`](./packages/lark-vchart/): The VChart component encapsulated based on [Lark miniAPP](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment)
64-
5. [`tt-vchart`](./packages/lark-vchart/): The VChart component encapsulated based on [TikTok miniAPP](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview/)
65-
6. [`block-vchart`](./packages/block-vchart/): The VChart component encapsulated based on [Lark Block](https://open.feishu.cn/document/client-docs/block/block-introduction)
66-
7. [`wx-vchart`](./packages/wx-vchart/):The VChart component encapsulated based on [Wx miniAPP](https://developers.weixin.qq.com/miniprogram/dev/framework/)
67-
8. [`docs`](./docs/): VChart site source code, and also contains all Chinese and English documents, chart sample codes, etc. of the site.
64+
5. [`block-vchart`](./packages/block-vchart/): The VChart component encapsulated based on [Lark Block](https://open.feishu.cn/document/client-docs/block/block-introduction)
65+
6. [`wx-vchart`](./packages/wx-vchart/):The VChart component encapsulated based on [Wx miniAPP](https://developers.weixin.qq.com/miniprogram/dev/framework/)
66+
7. [`docs`](./docs/): VChart site source code, and also contains all Chinese and English documents, chart sample codes, etc. of the site.
6867

6968
## 🔨 Usage
7069

@@ -158,11 +157,25 @@ $ rush docs
158157

159158
## 💫 Ecosystem
160159

161-
| Project | Description |
162-
| ------------------------------------------------------------------------------------- | ------------------------------------ |
163-
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | React interface for @VisActor/VChart |
164-
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChart Components |
165-
| [OMI](https://omi.cdn-go.cn/home/latest) | Web Components Framework |
160+
| Project | Description |
161+
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
162+
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | React interface for @VisActor/VChart |
163+
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChart Components |
164+
| [OMI](https://omi.cdn-go.cn/home/latest) | Web Components Framework |
165+
| [A vercel template built with vchart and Next.js](https://vercel.com/templates/next.js/visactor-nextjs-template) | A modern dashboard template built with vchart and Next.js, featuring a beautiful UI and rich data visualization components. |
166+
167+
## 💖 Thanks
168+
169+
<div>
170+
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
171+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
172+
</a>
173+
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
174+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
175+
</a>
176+
</div>
177+
178+
Thanks to [Semi](https://semi.design/) for providing the theme visualization customization solution.
166179

167180
## 🤝 Contribution [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/VisActor/VChart/blob/main/CONTRIBUTING.md#your-first-pull-request)
168181

README.zh-CN.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ VChart 是 VisActor 可视化体系中的图表组件库,基于可视化语法
6161
2. [`react-vchart`](./packages/react-vchart/):基于 [React](https://react.dev/) 封装的 VChart 图表组件
6262
3. [`taro-vchart`](./packages/taro-vchart/):基于 [Taro](https://docs.taro.zone/docs/) 封装的 VChart 图表组件
6363
4. [`lark-vchart`](./packages/lark-vchart/):基于 [飞书小程序](https://open.feishu.cn/document/client-docs/gadget/introduction/host-environment) 封装的 VChart 图表组件
64-
5. [`tt-vchart`](./packages/lark-vchart/): 基于 [抖音小程序](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview/) 封装的 VChart 图表组件
65-
6. [`block-vchart`](./packages/block-vchart/):基于 [飞书小组件](https://open.feishu.cn/document/client-docs/block/block-introduction) 封装的 VChart 图表组件
66-
7. [`wx-vchart`](./packages/wx-vchart/):基于 [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/) 封装的 VChart 图表组件
67-
8. [`docs`](./docs/): VChart 站点源码,同时也包含站点所有的中英文文档、图表示例代码等内容。
64+
5. [`block-vchart`](./packages/block-vchart/):基于 [飞书小组件](https://open.feishu.cn/document/client-docs/block/block-introduction) 封装的 VChart 图表组件
65+
6. [`wx-vchart`](./packages/wx-vchart/):基于 [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/) 封装的 VChart 图表组件
66+
7. [`docs`](./docs/): VChart 站点源码,同时也包含站点所有的中英文文档、图表示例代码等内容。
6867

6968
## 🔨 使用
7069

@@ -158,9 +157,25 @@ $ rush docs
158157

159158
## 💫 生态
160159

161-
| 项目 | 介绍 |
162-
| ------------------------------------------------------------------------------------- | -------------------------- |
163-
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | React for @VisActor/VChart |
160+
| 项目 | 介绍 |
161+
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
162+
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | 适用于 @VisActor/VChart 的 React 组件 |
163+
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula 的 VChart 组件 |
164+
| [OMI](https://omi.cdn-go.cn/home/latest) | Web 组件框架 |
165+
| [基于 vchart 和 Next.js 构建的 Vercel 模板](https://vercel.com/templates/next.js/visactor-nextjs-template) | 一个使用 vchart 和 Next.js 构建的现代仪表盘模板,拥有美观的用户界面和丰富的数据可视化组件。 |
166+
167+
## 💖 Thanks
168+
169+
<div>
170+
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
171+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
172+
</a>
173+
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
174+
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
175+
</a>
176+
</div>
177+
178+
感谢 [semi](https://semi.design/) 提供主题可视化定制解决方案
164179

165180
## 🤝 参与贡献 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/VisActor/VChart/blob/main/CONTRIBUTING.md#your-first-pull-request)
166181

common/autoinstallers/create/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/rush-lib": "5.94.1",
7-
"chalk": "4.1.2",
6+
"@microsoft/rush-lib": "5.148.0",
7+
"chalk": "^3.0.0",
88
"fast-glob": "3.2.11",
9-
"minimist": "1.2.6",
10-
"prettier": "2.7.1",
9+
"minimist": "1.2.8",
10+
"prettier": "2.6.1",
1111
"prompts": "2.4.2",
1212
"string.prototype.replaceall": "1.0.6",
1313
"ts-node": "10.9.0",

0 commit comments

Comments
 (0)