@antv/attr

The Attribute module for G2, F2.

Usage no npm install needed!

<script type="module">
  import antvAttr from 'https://cdn.skypack.dev/@antv/attr';
</script>

README

@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