-
Notifications
You must be signed in to change notification settings - Fork 21
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
Display issue for queries that have long strings in the result #249
Comments
I build in a way to truncate X Axis label names to a specific character length under the options in the X Axis edit pane of the chart editor. The default character length is 300. You can change it to a number to shorten the lengths. Here is a test query: select action, count(1) I had tried word-wrap in CSS and max-width in CSS and those did not work/were not enforced, so I went with truncation. |
Verified in FF55(Win7) in stmo-stage But the issue is still reproducing for queries that have longer strings in the results. I have created a new test query using the same code as the original one: https://pipeline-sql.stage.mozaws.net/queries/138/source#183 |
Using the what Alison suggested in her latest comment works as expected. Closing this bug and marking it as verified fixed. |
Issue Summary:
Build identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Steps to Reproduce:
Expected results:
The pie chart is displayed correctly.
Actual results:
The text is overlapping the pie chart.
Notes/Issues:
Verified in FF55(Win7).
Screencast for this issue:
The text was updated successfully, but these errors were encountered: