 
npm install @acodez/areachartReact button component with plenty of customization.
-----
- Installation
- PropsAPI
- Usage
-----
``bash`
npm install @acodez/areachart
| Property | Type | Required | Default value | Description |
|-----|-----|-----|-----|:-----|
|color|string|no|#007BFF| color of graph|array
|xaxisdata||yes|| x axis data |array
|yaxisdata||yes|| y axis data |boolean
|smoothline||no|| stroke smoothline option |boolean
|xyaxisdatahidden||no|| x and y axis labels hidden |string
|height||no|250| height of graph |boolean
|showgrid||no|false| height of graph |
-----
`jsx
import Areachart from "@acodez/areachart";
xaxisdata={[1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998]}
yaxisdata={[30,40,35,50,49,60,70,91]}
/>
``