fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Improvements to stats graphs #10

Closed nigeldeakin closed 7 years ago

nigeldeakin commented 7 years ago

(1) slightly wider charts (which causes the third chart to flow to next row even on large displays: this will look better when I add a fourth chart). Easy to make charts larger. See note about legends below. (2) Queued and Running charts are now NOT stacked, so I have removed the fills, whereas the Completed chart IS stacked, so I have left the fills. (3) Line thickness and data point radius is smaller (4) New chart headings (centered) which show the grand total for all functions (5) Chart legend now placed to the left of the chart. This uses less vertical space so we can afford to make the charts wider - so they appear vertically even on large displays Still TODO (a) a fourth chart showing timed out functions (b) still scope to improve the legend, probably by creating what chart.js calls a custom "HTML legend". I haven't managed to get that working in the time available.

This is ready to merge now, or I can make further changes as requested.