8000 [Bug] tooltip.offset not work after upgrade to 1.13.0 · Issue #3666 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug] tooltip.offset not work after upgrade to 1.13.0 #3666
Closed
@xuefei1313

Description

@xuefei1313

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0