You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Adam L. Davis (JIRA)" <ji...@apache.org> on 2019/03/07 20:53:00 UTC

[jira] [Created] (GROOVY-9027) In Groovy Console, enhance output transformers to graph data

Adam L. Davis created GROOVY-9027:
-------------------------------------

             Summary: In Groovy Console, enhance output transformers to graph data
                 Key: GROOVY-9027
                 URL: https://issues.apache.org/jira/browse/GROOVY-9027
             Project: Groovy
          Issue Type: Improvement
          Components: Groovy Console
    Affects Versions: 3.0.0-alpha-4
            Reporter: Adam L. Davis


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).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)