Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/ring-charts


https://github.com/tohsaka888/ring-charts

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# ring-charts

## Props

```ts
export type DATASOURCE = {
name: string;
value: number;
color: string;
preTotal?: number;
};

export type CANVASTYPE = {
width: number; // 画布宽度
height: number; // 画布高度
radius: number; // 圆半径
dataSource: DATASOURCE[]; //数据源
title?: string;
};
```

## Example

https://user-images.githubusercontent.com/58759688/176856827-bb6601a3-612b-47b1-befe-ee360de659a3.mp4