UNPKG

@antv/f2

Version:

Charts for mobile visualization.

8 lines (7 loc) 253 B
import { Identity as IdentityScale, ScaleConfig } from '@antv/scale'; import Base from './base'; declare class Identity extends Base { createScale(scaleConfig: ScaleConfig): IdentityScale; _mapping(): string | number; } export default Identity;