insighta-chart
v0.0.9
Published
This is a pie chart displaying the user's skills
Downloads
5
Readme
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:
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:
import { InsightaChart } from 'insighta-chart'
<InsightaChart address=`${Your-address}` />