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

Legend values are not visible if field's name is too long #75

Open
breznak opened this issue Jan 14, 2016 · 2 comments
Open

Legend values are not visible if field's name is too long #75

breznak opened this issue Jan 14, 2016 · 2 comments

Comments

@breznak
Copy link
Member

breznak commented Jan 14, 2016

In the fields list on the right side we support mouse hover to show full name,
but in the legend the text is cropped and values are not visible for long names.

I'd suggest creating s function crop() (eg output like multistepBestPredictions:errorMetr_^) to limit the text in legend to given length, distinction should not be an issue as fields are color coded and full name can be read from the list on right.

The crop fn could be: 30chars + _ + random character

@jefffohl
Copy link
Member

We should be able to handle this with CSS.

@breznak
Copy link
Member Author

breznak commented Jan 14, 2016 via email

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

No branches or pull requests

2 participants