(config, orient)
| 120598 | view.dirty(g); |
| 120599 | } |
| 120600 | function lookup$1(config, orient) { |
| 120601 | const opt = config[orient] || {}; |
| 120602 | return (key, d)=>opt[key] != null ? opt[key] : config[key] != null ? config[key] : d; |
| 120603 | } // if legends specify offset directly, use the maximum specified value |
| 120604 | function offsets(legends, value) { |
| 120605 | let max1 = -Infinity; |
| 120606 | legends.forEach((item)=>{ |