insighta-chart
Version:
This is a pie chart displaying the user's skills
28 lines (19 loc) • 764 B
Markdown
# Insighta Chart
This is a pie chart displaying the user's skills. Analyze and summarize the skills and areas of expertise that the user excels in based on their chat conversations, survey responses, and other content. You can easily display skill proficiency by simply integrating this npm package. We also support integration with the BSC domain name system.
## How to use it?
You can use the project in this way:
### Quickstart
Install this library with peer dependencies:
```shell
npm i insighta-chart
or
yarn add insighta-chart
or
pnpm add insighta-chart
```
We recommend using the latest version.
Then, import and use individual components:
```javascript
import { InsightaChart } from 'insighta-chart'
<InsightaChart address=`${Your-address}` />
```