npm install @acodez/pichartReact button component with plenty of customization.
-----
- Installation
- PropsAPI
- Usage
-----
``bash`
npm install @acodez/pichart
| Property | Type | Required | Default value | Description |
|-----|-----|-----|-----|:-----|
|colors|array|yes|| chart colors |array
|data||yes|| chart data |
-----
`jsx
import Pichart from "@acodez/pichart";
{ name: 'Group B', value: 300 },
{ name: 'Group C', value: 200 },
]}
colors={['#6FCF97', '#F2C94C',"#F6F7FC"]}
/>
``