Socket
Socket
Sign inDemoInstall

@antv/attr

Package Overview
Dependencies
6
Maintainers
64
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @antv/attr

The Attribute module for G2, F2.


Version published
Weekly downloads
111K
increased by2.86%
Maintainers
64
Install size
2.10 MB
Created
Weekly downloads
 

Readme

Source

@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

Last updated on 23 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc