@acodez/areachart 中文文档教程

发布于 3年前 浏览 20 更新于 3年前

@acodez/areachart

npm_version license

具有大量自定义功能的 React 按钮组件。



Installation

npm install @acodez/areachart

Props API

PropertyTypeRequiredDefault valueDescription
colorstringno#007BFFcolor of graph
xaxisdataarrayyes``x axis data
yaxisdataarrayyes``y axis data
smoothlinebooleanno``stroke smoothline option
xyaxisdatahiddenbooleanno``x and y axis labels hidden
heightstringno250height of graph
showgridbooleannofalseheight of graph

Usage

import Areachart from "@acodez/areachart";

<Areachart 
    color="#007BFF"
    xaxisdata={[1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998]}
    yaxisdata={[30,40,35,50,49,60,70,91]}
/>

@acodez/areachart

npm_version license

React button component with plenty of customization.



Installation

npm install @acodez/areachart

Props API

PropertyTypeRequiredDefault valueDescription
colorstringno#007BFFcolor of graph
xaxisdataarrayyes``x axis data
yaxisdataarrayyes``y axis data
smoothlinebooleanno``stroke smoothline option
xyaxisdatahiddenbooleanno``x and y axis labels hidden
heightstringno250height of graph
showgridbooleannofalseheight of graph

Usage

import Areachart from "@acodez/areachart";

<Areachart 
    color="#007BFF"
    xaxisdata={[1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998]}
    yaxisdata={[30,40,35,50,49,60,70,91]}
/>
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文