(property1)
| 146953 | return `gradient(${args.join(",")})`; |
| 146954 | } |
| 146955 | function property(property1) { |
| 146956 | return (0, _vegaUtil.isObject)(property1) ? "(" + entry$1(property1) + ")" : property1; |
| 146957 | } |
| 146958 | function field(ref1) { |
| 146959 | return resolveField((0, _vegaUtil.isObject)(ref1) ? ref1 : { |
| 146960 | datum: ref1 |