()
| 63 | } |
| 64 | |
| 65 | update_data() { |
| 66 | // Update_data is typically overloaded in each mark |
| 67 | // it triggers the "data_updated" event |
| 68 | this.update_domains(); |
| 69 | this.trigger('data_updated'); |
| 70 | } |
| 71 | |
| 72 | update_domains() { |
| 73 | // update_domains is typically overloaded in each mark to update |
nothing calls this directly
no test coverage detected