Hello,
I created a simple application using EyeSee, Customizable EyeSee chart, where you can set the metrics you want to see (similar to Customizable System Complexity) in a chart. The x axis shows individual entities (a FAMIXClass, a FAMIXPakage, ...) or a group (MooseGroup) according to the granularity you set. The y axis shows the values of the metrics.
I you want to try, run the script below and then right-click in a MooseGroup -> Visualize -> Customizable EyeSee chart.
Gofer new squeaksource: 'Moose'; package: 'Moose-EyeSeeCharts'; load.
todo: - Allow multiple charts - Interaction.
regards,