Bug 1089104
| Summary: | [UXD] Large variances in graph values make the YAxis labels get clipped on d3 charts | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Mike Thompson <mithomps> | ||||||||||
| Component: | Core UI | Assignee: | Catherine Robson <crobson> | ||||||||||
| Status: | NEW --- | QA Contact: | |||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 4.11 | CC: | hrupp, pierre.colangelo | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 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: |
|
||||||||||||
|
Description
Mike Thompson
2014-04-18 00:39:11 UTC
Created attachment 887381 [details]
Screenshot of what a Exteme Range chart looks like
The severity of this is much less as the problem with the YAxis getting cropped has been solved by expanding it greatly (and it still works fine in the smaller portal charts). Looks like the scale can handle about 4 scales now (each scale being a 1000x multiple). So the only remaining portion would be the large spiky values where one or some values are much larger that the others causing the small values to lose detail. I explicitly wanted to call out the situation with the very small values in that you can't hover over them (to get the hover values) when they get that small. Some kind of UXD solution is also needed for this case. Created attachment 888664 [details]
Small Values Hover issue
Created attachment 893642 [details]
First screenshot
If I monitor the java heap space of my instances and the heap switch from Mo to Go the graphs display non sense (cf first screenshot)
Do you how the graph looks flat between 12 PM and 03 PM? Weel… It’s because the heap it’s at 1.5 to 2 Go which is displayed at 1.5 to 2 Mo. If I Zoom on this time frame, I got the right graph (cf second sreenshot)
Created attachment 893643 [details]
Second screenshot
@pierre that looks like a bug in 4.10 that was just fixed in 4.11 -- BZ 1080470. This BZ is a placeholder for development in how to represent many scales of magnitude in a single graph and still maintain the details. |