UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

15 lines (12 loc) 267 B
import ListState from './list-state'; /** * 图例项和坐标轴文本选中的 Action * @ignore */ class ListSelected extends ListState { protected stateName: string = 'selected'; public selected() { this.setState(); } } export default ListSelected;