()
| 75 | } |
| 76 | |
| 77 | update_scales() { |
| 78 | this.unregister_all_scales(this.previous('scales')); |
| 79 | this.trigger('scales_updated'); |
| 80 | this.update_domains(); |
| 81 | } |
| 82 | |
| 83 | unregister_all_scales(scales) { |
| 84 | // disassociates the mark with the scale |
no test coverage detected