|
|
@ -37,7 +37,7 @@ export function getOverflowOptions(autoAdjustOverflow?: boolean | AdjustOverflow |
|
|
|
|
|
|
|
|
|
|
|
export default function getPlacements(config: PlacementsConfig) { |
|
|
|
export default function getPlacements(config: PlacementsConfig) { |
|
|
|
const { |
|
|
|
const { |
|
|
|
arrowWidth = 5, |
|
|
|
arrowWidth = 4, |
|
|
|
horizontalArrowShift = 16, |
|
|
|
horizontalArrowShift = 16, |
|
|
|
verticalArrowShift = 8, |
|
|
|
verticalArrowShift = 8, |
|
|
|
autoAdjustOverflow, |
|
|
|
autoAdjustOverflow, |
|
|
|