UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

14 lines (13 loc) 219 B
import Action from '../base'; /** * 数据过滤。 * @ignore */ declare class DataFilter extends Action { private filterView; /** * 过滤数据 */ filter(): void; } export default DataFilter;