Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@clunch/line

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clunch/line

📈 折线图组件,包括折线和曲线、单条、多条、背景、渐变等常见的折线图。

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
10
-47.37%
Maintainers
1
Weekly downloads
 
Created
Source

line

📈 折线图组件,包括折线和曲线、单条、多条、背景、渐变等常见的折线图。

downloads Version GitHub repo commit License GitHub repo stars

如何使用?

首先,需要安装npm包(目前我们仅支持npm方式管理):

npm install --save clunch @clunch/line

然后注册组件:

import Clunch from 'clunch';
import line from '@clunch/line';

Clunch.series('ui-line',line);

然后,你就可以使用这个组件了:

<ui-line data='Array' ruler='Array<String>'/>
  • data:数据,应该是一个数组(比如:[[19,22,32],[1,22,3],[1,2,63],...][51,23,3,...]
  • ruler:刻度尺显示的内容(比如:["一月","二月","三月",...]

除了上面的必输项外,还有下列可选项:

属性类型描述默认值可选值
xnumber图形左上角位置横坐标0
ynumber图形左上角位置纵坐标0
widthnumber图形宽画布的宽
heightnumber图形高画布的高
colorsArray<string>线条的颜色内置循环色
max-valuenumber最大值动态计算得出
min-valuenumber最小值动态计算得出

由于此组件是基于Clunch开发的,我们默认你已经掌握了相关知识。

<< 你可以点击此次学习Clunch.js如何使用

联系我们

开源协议

MIT

Copyright (c) 2021 hai2007 走一步,再走一步。

Keywords

clunch

FAQs

Package last updated on 23 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts