Y domain
YMAX: Max (boxplots max , recommendation val) + buffer
YMIN: Min (recommendation value, box plots min) - buffer
buffer = 10% * max
Add plot values in these ranges and check if looks good
X-axis timestamps similar to crc UX right
Do not generate box plots for CPU if CPU is idle (idle notification = 323001, < 1millicore of usage is present). IOW this should be an empty box plot. ( with time stamp on x axis)
The memory box plot goes under the cpu box plot in some cases, would be good to have them on the same line always
Make same changes on both cost and performance side
The commit contains the following bug fixes :
buffer = 10% * max Add plot values in these ranges and check if looks good