fix: Tooltip arrowPointAtCenter 1px shift bug
parent
7d3a70d8fb
commit
f1384d16a5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue