(e)
| 1103 | return `Unaggregated domain not applicable for "${e}" since it produces values outside the origin domain of the source data.`; |
| 1104 | } |
| 1105 | function pi(e) { |
| 1106 | return `Unaggregated domain is currently unsupported for log scale (${Q(e)}).`; |
| 1107 | } |
| 1108 | function gi(e, t, n) { |
| 1109 | return `${n}-scale's "${t}" is dropped as it does not work with ${e} scale.`; |
| 1110 | } |