UNPKG

@antv/attr

Version:

The Attribute module for G2, F2.

10 lines (9 loc) 240 B
import { AttributeCfg } from '../interface'; import Attribute from './base'; export default class Shape extends Attribute { constructor(cfg: AttributeCfg); /** * @override */ getLinearValue(percent: number): string; }