|
1 年之前 | |
---|---|---|
.. | ||
esm | 1 年之前 | |
lib | 1 年之前 | |
src | 1 年之前 | |
CHANGELOG.md | 1 年之前 | |
LICENSE | 1 年之前 | |
README.md | 1 年之前 | |
package.json | 1 年之前 |
Mapping data to visual AES.
npm install @antv/attr
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('杭州');
MIT