Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@lingxiteam/dashboard

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingxiteam/dashboard

@lingxiteam/dashboard

latest
npmnpm
Version
0.8.30-alpha.1
Version published
Maintainers
8
Created
Source

零代码-仪表盘

仪表盘筛选功能(2022.7.21)

筛选组件需在 筛选容器 下放置。每个筛选组件需要配置数据来源,实现查询字段的配置,否则筛选能力不生效。

点击查询后每个图表组件会调用数据查询的接口,重新查询数据。筛选数据配置在入参的 attr-filterList 下。

下拉筛选目前暂不支持多选,放到下个版本实现。前端代码先屏蔽。

参数含义

dataType

/** 数据类型 字符型 */
public static final String DATA_TYPE_1000 = "1000";
/** 数据类型 数字型 */
public static final String DATA_TYPE_2000 = "2000";
/** 数据类型 时间 */
public static final String DATA_TYPE_3000 = "3000";
/** 数据类型 浮点数 */
public static final String DATA_TYPE_4000 = "4000";
/** 数据类型 数组 */
public static final String DATA_TYPE_5000 = "5000";

conditionType

条件类型: 等于-equal,区间-between

目前只支持两种条件:相同和区间。

aggregateType

聚合计算类型枚举,可用值:SUM,COUNT,AVERAGE,MAX,MIN,EMPTY

Keywords

lingxiteam

FAQs

Package last updated on 16 Aug 2022

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