()
| 72 | } |
| 73 | |
| 74 | initialize_additional_scales() { |
| 75 | if (this.scales.color) { |
| 76 | this.listenTo(this.scales.color, 'domain_changed', function () { |
| 77 | this.draw(); |
| 78 | }); |
| 79 | this.scales.color.on('color_scale_range_changed', this.draw, this); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | create_listeners() { |
| 84 | super.create_listeners(); |