(d)
| 311 | } |
| 312 | |
| 313 | legendToggle (d) { |
| 314 | if (this._hidableStacks) { |
| 315 | if (this.isLegendableHidden(d)) { |
| 316 | this.showStack(d.name); |
| 317 | } else { |
| 318 | this.hideStack(d.name); |
| 319 | } |
| 320 | //_chart.redraw(); |
| 321 | this.renderGroup(); |
| 322 | } |
| 323 | } |
| 324 | } |
nothing calls this directly
no test coverage detected