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
Charts is responsive and shows all legend entries.
Vertical legend is cut off.
Frappé Charts version: 1.6.2 Codepen / Codesandbox: https://svelte.dev/repl/36767f0709f04f18967c7bb49a717a6f?version=3.42.6
Might be related to #374, #308
The text was updated successfully, but these errors were encountered:
Fixed with
svg.frappe-chart { overflow: visible; }
Sorry, something went wrong.
Ideally I need to add an option to render the legends in HTML. So expect that sooner rather than later.
No branches or pull requests
Expected Behaviour
Charts is responsive and shows all legend entries.
Actual Behaviour
Vertical legend is cut off.
Steps to Reproduce:
Frappé Charts version: 1.6.2
Codepen / Codesandbox: https://svelte.dev/repl/36767f0709f04f18967c7bb49a717a6f?version=3.42.6
Might be related to #374, #308
The text was updated successfully, but these errors were encountered: