(group1)
| 8716 | var _defaults = require("./defaults"); |
| 8717 | var _interfaces = require("./marks/interfaces"); |
| 8718 | function getOrientItem(group1) { |
| 8719 | if (group1.orient) return group1; |
| 8720 | return group1.datum; |
| 8721 | } |
| 8722 | function convertGroupRole(group2, options) { |
| 8723 | if (group2.mark.role === "legend") return (0, _interfaces.GroupType).legend; |
| 8724 | if (group2.mark.role === "axis") { |