Skip to content

Commit

Permalink
Merge pull request #3596 from VisActor/release/1.13.2
Browse files Browse the repository at this point in the history
[Auto release] release 1.13.2
  • Loading branch information
xile611 authored Dec 24, 2024
2 parents 1269322 + 716e587 commit cb5dc61
Show file tree
Hide file tree
Showing 431 changed files with 6,150 additions and 3,552 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ packages/vchart/mark.d.ts
packages/vchart/mark.js
packages/vchart/series.d.ts
packages/vchart/series.js
packages/vchart/spec-types/

packages/taro-vchart/lib/
packages/lark-vchart/index.js
Expand All @@ -130,3 +131,5 @@ docs/public/vchart/preview/failedPreviewLists.json
packages/vchart/__tests__/runtime/node/**.png
# env files
.env.local

*.tsbuildinfo
44 changes: 28 additions & 16 deletions README.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div align="center">

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

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

## 紹介

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

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

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

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

## 🔨 使用方法

Expand Down Expand Up @@ -137,7 +137,7 @@ $ rush docs

## 📖 ドキュメント

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

```bash
# vchartドキュメントサーバーを開始
Expand All @@ -158,11 +158,23 @@ $ rush docs

## 💫 エコシステム

| プロジェクト | 説明 |
| ------------------------------------------------------------------------------------- | ------------------------------------ |
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | @VisActor/VChartのReactインターフェース |
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChartコンポーネント |
| [OMI](https://omi.cdn-go.cn/home/latest) | Webコンポーネントフレームワーク |
| プロジェクト | 説明 |
| ------------------------------------------------------------------------------------- | ------------------------------------------ |
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | @VisActor/VChart の React インターフェース |
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChart コンポーネント |
| [OMI](https://omi.cdn-go.cn/home/latest) | Web コンポーネントフレームワーク |

## 💖 Thanks

<div>
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
</a>
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
</a>
</div>
セミ([semi](https://semi.design/))によるテーマの視覚的カスタマイズソリューションの提供に感謝します

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

Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,21 @@ $ rush docs
| Project | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------ |
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | React interface for @VisActor/VChart |
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChart Components |
| [OMI](https://omi.cdn-go.cn/home/latest) | Web Components Framework |
| [OpenInula-VChart](https://www.visactor.io/vchart/example-openinula) | OpenInula VChart Components |
| [OMI](https://omi.cdn-go.cn/home/latest) | Web Components Framework |

## 💖 Thanks

<div>
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
</a>
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
</a>
</div>

Thanks to [Semi](https://semi.design/) for providing the theme visualization customization solution.

## 🤝 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)

Expand Down
13 changes: 13 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ $ rush docs
| ------------------------------------------------------------------------------------- | -------------------------- |
| [React-VChart](https://github.com/VisActor/VChart/tree/develop/packages/react-vchart) | React for @VisActor/VChart |

## 💖 Thanks

<div>
<a href="https://semi.design/#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi-dark.svg"/>
</a>
<a href="https://semi.design/#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" height="60" src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/visactor/semi.svg"/>
</a>
</div>

感谢 [semi](https://semi.design/) 提供主题可视化定制解决方案

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

如想参与贡献,请先阅读[行为准则](./CODE_OF_CONDUCT.md)[贡献指南](./CONTRIBUTING.zh-CN.md)
Expand Down
Loading

0 comments on commit cb5dc61

Please sign in to comment.