(data: BarGroupValue, index: number)
| 858 | } |
| 859 | |
| 860 | get_mark_color(data: BarGroupValue, index: number) { |
| 861 | // Workaround for the bargroup, the color index is not the same as the bar index |
| 862 | return super.get_mark_color(data, data.colorIndex); |
| 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 |
no outgoing calls
no test coverage detected