()
| 709 | } |
| 710 | |
| 711 | parent_margin_updated() { |
| 712 | // sets the new dimensions of the g element for the axis. |
| 713 | this.rescale_axis(); |
| 714 | } |
| 715 | |
| 716 | update_visibility(model, visible) { |
| 717 | this.d3el.style('display', visible ? 'inline' : 'none'); |
nothing calls this directly
no test coverage detected