ant-design/ant-design-charts
Fork: 367 Star: 1986 (更新于 2025-01-10 13:19:47)
license: MIT
Language: TypeScript .
A React Chart Library
最后发布版本: 2.2.1 ( 2024-08-26 21:26:30)
@ant-design/charts
Case
Statistical charts
✨ Features
- Easy to use
- TypeScript
- Pretty & Lightweight
- Responsive
- Storytelling
📦 Installation
$ npm install @ant-design/charts
🔨 Usage
import React from 'react';
import { Line } from '@ant-design/charts';
const Page: React.FC = () => {
const data = [
{ year: '1991', value: 3 },
{ year: '1992', value: 4 },
{ year: '1993', value: 3.5 },
{ year: '1994', value: 5 },
{ year: '1995', value: 4.9 },
{ year: '1996', value: 6 },
{ year: '1997', value: 7 },
{ year: '1998', value: 9 },
{ year: '1999', value: 13 },
];
const props = {
data,
xField: 'year',
yField: 'value',
};
return <Line {...props} />
};
export default Page;
Preview
Development
Clone locally:
$ git clone git@github.com:ant-design/ant-design-charts.git
$ cd ant-design-charts
$ pnpm install
$ pnpm build:lib & pnpm start
🤝 How to Contribute
Your contributions are always welcome! Please Do have a look at the issues first.
📧 Contact us
DingTalk group number: 44788198
.
License
MIT
最近版本更新:(数据更新于 2024-10-21 19:06:26)
2024-08-26 21:26:30 2.2.1
2024-07-24 14:10:26 2.1.2
2024-05-06 17:20:18 2.1.1
2024-04-19 16:03:09 2.1.0
2024-04-16 10:08:08 2.0.4
2024-01-15 10:33:54 site_group
2023-12-18 16:00:12 2.0.3
2023-11-28 13:43:51 1.4.3
2023-11-24 21:24:05 2.0.2
2023-11-22 15:51:38 v2
ant-design/ant-design-charts同语言 TypeScript最近更新仓库
2025-01-18 21:38:50 chenfan0/fideo-live-record
2025-01-18 15:06:58 RSSNext/Follow
2025-01-18 13:15:01 labring/FastGPT
2025-01-18 04:09:49 bluesky-social/social-app
2025-01-17 20:54:16 lobehub/lobe-chat
2025-01-17 11:06:01 TBXark/ChatGPT-Telegram-Workers