(data: BarGroupValue, index)
| 863 | } |
| 864 | |
| 865 | get_mark_opacity(data: BarGroupValue, index) { |
| 866 | // Workaround for the bargroup, the opacity index is not the same as the bar index |
| 867 | return super.get_mark_opacity(data, data.opacityIndex); |
| 868 | } |
| 869 | |
| 870 | private set_x_range(): [number, number] { |
| 871 | const domScale = this.domScale; |
no outgoing calls
no test coverage detected