(e, t, n)
| 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 | } |
| 1111 | function hi(e) { |
| 1112 | return `The step for "${e}" is dropped because the ${"width" === e ? "x" : "y"} is continuous.`; |
| 1113 | } |