View Issue Details

IDProjectCategoryView StatusLast Update
5461Composrcore_abstract_interfacespublic2024-07-25 00:57
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary5461: Improve ChartJS and graphs
DescriptionUpgrade ChartJS to the latest version.

Modify line graphs not to display values on points (they get crowded for graphs with a lot of points causing them to be unreadable). Instead, implement a tooltip hover. Make sure it is not by point but rather just the x-intercept (so for example both the value and the average can appear on the tooltip).

Make other graph changes / improvements as necessary.
TagsRoadmap: v11
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2024-07-24 22:34

administrator   ~8916

"Modify line graphs not to display values on points (they get crowded for graphs with a lot of points causing them to be unreadable)" - that sounds like an edge case. I think most people would expect line graphs to have points. Couldn't you calculate if there are more than a certain number, disable them?

Chris Graham

2024-07-24 22:34

administrator   ~8917

Also I don't think this needs to be v11 tagged.

PDStig

2024-07-24 22:49

administrator   ~8919

Last edited: 2024-07-24 22:51

I'm not saying the points themselves would be disabled, but the numbers on them would (because the numbers make the points much bigger than they need to be, causing cramping in some cases... most line graphs in various software do not stick numbers on the points; you use tooltips)

Chris Graham

2024-07-25 00:57

administrator   ~8921

Ah ok I see, makes sense.

Issue History

Date Modified Username Field Change
2023-11-25 04:20 PDStig New Issue
2023-11-25 04:20 PDStig Status Not Assigned => Assigned
2023-11-25 04:20 PDStig Assigned To => user4172
2023-12-24 04:52 PDStig Status Assigned => Resolved
2023-12-24 04:52 PDStig Resolution open => fixed
2024-03-30 03:37 PDStig Tag Attached: Roadmap: v11
2024-03-30 03:37 PDStig Project Composr alpha bug reports => Composr
2024-03-30 03:45 PDStig Category General / Uncategorised => core_abstract_interfaces
2024-07-24 22:34 Chris Graham Note Added: 0008916
2024-07-24 22:34 Chris Graham Note Added: 0008917
2024-07-24 22:49 PDStig Note Added: 0008919
2024-07-24 22:51 PDStig Note Edited: 0008919
2024-07-25 00:57 Chris Graham Note Added: 0008921