UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

6 lines (5 loc) 334 B
import { TextMark } from '@antv/g2'; import { PointPatternInfo } from '../../../types'; import { TextMarkConfig } from '../../types'; /** get mark for point patterns, the patterns should have same dimension and measure */ export declare const textMarkStrategy: (patterns: PointPatternInfo[], textConfig?: TextMarkConfig) => TextMark;