We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the bar chart, the tooltip title, which is long and does not have any spaces, can be hidden or overflow.
The tooltip title should either display all the content, or break into new line.
The tooltip can either be overflow or hidden if the string is too long and does not have any spaces.
Check this codesandbox: https://codesandbox.io/p/sandbox/shopify-polaris-viz-react-typescript-playground-forked-3xsxy6?file=%2Fsrc%2Findex.tsx%3A12%2C13
https://codesandbox.io/p/sandbox/shopify-polaris-viz-react-typescript-playground-forked-3xsxy6?file=%2Fsrc%2Findex.tsx%3A12%2C13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug summary
In the bar chart, the tooltip title, which is long and does not have any spaces, can be hidden or overflow.
Expected behavior
The tooltip title should either display all the content, or break into new line.
Actual behavior
The tooltip can either be overflow or hidden if the string is too long and does not have any spaces.
Steps to reproduce the problem
Check this codesandbox: https://codesandbox.io/p/sandbox/shopify-polaris-viz-react-typescript-playground-forked-3xsxy6?file=%2Fsrc%2Findex.tsx%3A12%2C13
Reduced test case
https://codesandbox.io/p/sandbox/shopify-polaris-viz-react-typescript-playground-forked-3xsxy6?file=%2Fsrc%2Findex.tsx%3A12%2C13
Specifications
The text was updated successfully, but these errors were encountered: