()
| 693 | } |
| 694 | |
| 695 | private updateType() { |
| 696 | // We need to update domains here as the y_domain needs to be |
| 697 | // changed when we switch from stacked to grouped. |
| 698 | this.model.update_domains(); |
| 699 | this.draw(); |
| 700 | } |
| 701 | |
| 702 | private updateColors() { |
| 703 | //the following if condition is to handle the case of single |
nothing calls this directly
no test coverage detected