(d3parent: D3Sel, eventHandler?: SimpleEventHandler)
| 23 | |
| 24 | |
| 25 | constructor(d3parent: D3Sel, eventHandler?: SimpleEventHandler) { |
| 26 | super(d3parent, eventHandler); |
| 27 | this.superInitHTML(); |
| 28 | this._init(); |
| 29 | } |
| 30 | |
| 31 | public static events = { |
| 32 | request_examples: "ExampleView_re", |
nothing calls this directly
no test coverage detected