(e, t)
| 1094 | return `${e} encoding should be discrete (ordinal / nominal / binned) or use a discretizing scale (e.g. threshold).`; |
| 1095 | } |
| 1096 | function fi(e, t) { |
| 1097 | return `Using discrete channel "${e}" to encode "${t}" field can be misleading as it does not encode ${"ordinal" === t ? "order" : "magnitude"}.`; |
| 1098 | } |
| 1099 | function di(e) { |
| 1100 | return `Using unaggregated domain with raw field has no effect (${Q(e)}).`; |
| 1101 | } |