Skip to content
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

Add tsxecharts #50

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Add tsxecharts #50

merged 1 commit into from
Dec 1, 2022

Conversation

lloydzhou
Copy link
Contributor

React component wrapper for ECharts based on TypeScript.

  1. 以React组件模式对echarts配置项做拆分。使用申明式语法画图

参考vuecharts3对echarts进行封装

  1. typescript 支持
  2. 轻量级(mingziped size 2.55k)
  3. 易于扩展(支持子组件使用useChartContext拿到chart对象扩展逻辑,也支持父组件使用ref拿到chart对象在Chart组件外部使用)

React component wrapper for ECharts based on TypeScript.

1. 以React组件模式对`echarts`配置项做拆分。使用申明式语法**画图**
> 参考[vuecharts3](https://github.com/lloydzhou/vuecharts)对echarts进行封装
2. typescript 支持
3. 轻量级(mingziped size 2.55k)
4. 易于扩展(支持子组件使用`useChartContext`拿到`chart`对象扩展逻辑,也支持父组件使用ref拿到chart对象在`Chart`组件外部使用)
@lloydzhou
Copy link
Contributor Author

@lloydzhou
Copy link
Contributor Author

最近新增加了Graphic的组件,现在基本echarts每一个配置项都能找到对应的Component可以使用。
lloydzhou/rc-echart#3

image

Copy link
Member

@Ovilia Ovilia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change your repo's description and readme to make sure to mention our project as "Apache ECharts". For example: An Apache ECharts extension for React.

@lloydzhou
Copy link
Contributor Author

readme updated

image

@lloydzhou lloydzhou requested a review from Ovilia December 1, 2022 03:37
@Ovilia Ovilia merged commit 17dcc96 into ecomfe:master Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants