@antv/attr
Mapping data to visual AES.
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