(style, labelPositionOutside)
| 41964 | } |
| 41965 | |
| 41966 | function fixPosition(style, labelPositionOutside) { |
| 41967 | if (style.textPosition === 'outside') { |
| 41968 | style.textPosition = labelPositionOutside; |
| 41969 | } |
| 41970 | } |
| 41971 | |
| 41972 | /* |
| 41973 | * Licensed to the Apache Software Foundation (ASF) under one |