(d: Datum)
| 83 | // use color from parent with optional color modifiers |
| 84 | if (isInheritedColorConfigFromContext(config)) { |
| 85 | const getColor = (d: Datum) => get(d, config.from) |
| 86 | |
| 87 | if (Array.isArray(config.modifiers)) { |
| 88 | const modifiers: ColorModifierFunction[] = [] |
no test coverage detected