UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

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