Bug 951196
| Summary: | IE9 d3 Charts X-Axis spacing is not very legible | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Mike Thompson <mithomps> | ||||||
| Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 4.6 | CC: | hrupp | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | RHQ 4.7 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | RHQ 4.7 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-09-03 14:45:55 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: | 
 | ||||||||
| Created attachment 734306 [details]
Normal x-axis as seen on FF (same chart)
Possible solution is to make less ticks on the x-axis for IE browsers to reduce the clutter. The solution was to increase the spacing between ticks so the number of ticks was reduced from 12 to 8 (which looks good on IE9). This is a conditional fix that changes the number of ticks for IE9+ browsers only. Checked into master commit id: 41f8fc2 Bulk closing of issues in old RHQ releases that are in production for a while now. Please open a new issue when running into an issue. | 
Created attachment 734305 [details] IE9 x-axis font spacing issue Description of problem: In IE9, on any of the new d3 charts the x-axis font spacing is different than on other browsers and makes it difficult to read as items seem to run on into one another.