New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@antv/attr

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/attr

The Attribute module for G2, F2.

0.3.5
latest
Version published
Weekly downloads
105K
0.36%
Maintainers
64
Weekly downloads
 
Created

@antv/attr

Mapping data to visual AES.

npm package NPM downloads Percentage of issues still open

Installing

npm install @antv/attr

Usage

import { getAttribute } from '@antv/adjust';

// contains Color, Opacity, Position, Shape, Size
const Color = getAttribute('color');

const color = new Color({/* ... */});

// mapping data to color
const r = color.mapping('杭州');

License

MIT

Keywords

FAQs

Package last updated on 23 Mar 2023

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