(e, t)
| 1078 | return `Invalid field type "${e}".`; |
| 1079 | } |
| 1080 | function ai(e, t) { |
| 1081 | const { fill: n, stroke: i } = t; |
| 1082 | return `Dropping color ${e} as the plot also has ${n && i ? "fill and stroke" : n ? "fill" : "stroke"}.`; |
| 1083 | } |
| 1084 | function si(e, t) { |
| 1085 | return `Dropping ${Q(e)} from channel "${t}" since it does not contain any data field, datum, value, or signal.`; |
| 1086 | } |
no outgoing calls
no test coverage detected