Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] tooltip.offset not work after upgrade to 1.13.0 #3666

Closed
xuefei1313 opened this issue Jan 14, 2025 · 0 comments
Closed

[Bug] tooltip.offset not work after upgrade to 1.13.0 #3666

xuefei1313 opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xuefei1313
Copy link
Contributor

Version

1.13.0

Link to Minimal Reproduction

null

Steps to Reproduce

const spec = {
type: 'bar',
data: [
{
id: 'barData',
values: [
{ month: 'Monday', sales: 22 },
{ month: 'Tuesday', sales: 13 },
{ month: 'Wednesday', sales: 25 },
{ month: 'Thursday', sales: 29 },
{ month: 'Friday', sales: 38 }
]
}
],
xField: 'month',
yField: 'sales',
tooltip: {
enterable: true,
offset: {
x: 150,
y: 150,
}
}
};

Current Behavior

image

Expected Behavior

image

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@xuefei1313 xuefei1313 added the bug Something isn't working label Jan 14, 2025
@xile611 xile611 self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants