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
Resizing a pie chart with padding should shift and resize all legend items so that they remain visible.
If you add padding to the chart, and start to resize the window, the legend items will shift and sometimes the last legend item will disappear.
See this JSFiddle -> https://jsfiddle.net/kyLa8gr8/
Resize the output window to see the legend item issue. Removing the padding options will resize the legend correctly.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Not sure where the issue might be, but I'm guessing it is inside the legend plugin
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
Resizing a pie chart with padding should shift and resize all legend items so that they remain visible.
Current Behavior
If you add padding to the chart, and start to resize the window, the legend items will shift and sometimes the last legend item will disappear.
Steps to Reproduce (for bugs)
See this JSFiddle -> https://jsfiddle.net/kyLa8gr8/
Resize the output window to see the legend item issue.
Removing the padding options will resize the legend correctly.
Environment
The text was updated successfully, but these errors were encountered: