Interface EnterSelection

Index

Properties

Properties

public append: (name: string) => D3.Selection

public call: (callback: (selection: D3.EnterSelection) => void) => D3.EnterSelection

public empty: () => boolean

public insert: (name: string, before?: string) => D3.Selection

public node: () => Element

public select: (selector: string) => D3.Selection

public size: () => number