Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0-alpha-4
-
None
-
None
Description
Best after GROOVY-9023 and GROOVY-9024 but really could be done anytime.
i. Add to existing output visualizers to include simple graphs of values over time.
ii. Enable options to "dock" certain outputsĀ (embed in Groovy Console)
For example, given a map of keys to value of type Map<String,Integer[]>, and every Integer[] has the same length within this Map, create a graph of these values - Integer is the y-axis, keys are labels - this should be a default OutputTransformer.
By "docking" I mean a section of the console window can be dedicated to a single graph (not the existing output, a new thing).