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

Tooltips do not account for offset (Bar/Column Charts) #296

Open
hkumar1993 opened this issue May 22, 2019 · 0 comments
Open

Tooltips do not account for offset (Bar/Column Charts) #296

hkumar1993 opened this issue May 22, 2019 · 0 comments

Comments

@hkumar1993
Copy link
Contributor

Setting offset in the options for the chart will display the bar/column correctly, however the tooltip will still render in the position it would be if the bar/column was not offset.

{
    ...options,
    column: {
        offset: 20,
    }
}

Column without offset:
col-without-offset

Column with offset:
col-with-offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant