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

Donut chart vertical legend cut off #395

Open
aphilas opened this issue Sep 9, 2022 · 2 comments
Open

Donut chart vertical legend cut off #395

aphilas opened this issue Sep 9, 2022 · 2 comments

Comments

@aphilas
Copy link

aphilas commented Sep 9, 2022

Expected Behaviour

Charts is responsive and shows all legend entries.

Actual Behaviour

Vertical legend is cut off.

image

Steps to Reproduce:

  1. Set up donut chart with 3 labels (possibly inside grid) with layout such that legends are forced to be vertical
  2. Last legend item 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

@aphilas
Copy link
Author

aphilas commented Sep 9, 2022

Fixed with

svg.frappe-chart {
		overflow: visible;
	}

@aphilas aphilas closed this as completed Sep 9, 2022
@uhrjun uhrjun reopened this Nov 21, 2022
@uhrjun
Copy link
Member

uhrjun commented Nov 24, 2022

Ideally I need to add an option to render the legends in HTML. So expect that sooner rather than later.

@uhrjun uhrjun pinned this issue Dec 26, 2022
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

2 participants