[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-28 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16380742#comment-16380742 ] Roger Whitcomb commented on PIVOT-1031: --- Implemented these styles ("showBorder", "borderColor",

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-28 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16380683#comment-16380683 ] Roger Whitcomb commented on PIVOT-1031: --- And another thing:  add a style to show only one color for

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-28 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16380419#comment-16380419 ] Roger Whitcomb commented on PIVOT-1031: --- Actually I see one more thing I could do – the Ambari

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377805#comment-16377805 ] Roger Whitcomb commented on PIVOT-1031: --- Adding to the Component Explorer, but many things had to

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377625#comment-16377625 ] Roger Whitcomb commented on PIVOT-1031: --- Fixed the text vertical spacing: Sending

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377372#comment-16377372 ] Roger Whitcomb commented on PIVOT-1031: --- Add some Gauge examples to the KitchenSink tutorial:

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-26 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377312#comment-16377312 ] Roger Whitcomb commented on PIVOT-1031: --- Okay, implemented tick marks and added to test/demo

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-25 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375986#comment-16375986 ] Roger Whitcomb commented on PIVOT-1031: --- Still to think about: * Drawing tick marks to mark

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-25 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375984#comment-16375984 ] Roger Whitcomb commented on PIVOT-1031: --- The warning/critical listener wasn't being called, and

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-24 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375539#comment-16375539 ] Roger Whitcomb commented on PIVOT-1031: --- Fixed a problem actually setting the stroke thickness in

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375223#comment-16375223 ] Roger Whitcomb commented on PIVOT-1031: --- Add/update Javadoc. Fix some of the paint logic if the

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16375006#comment-16375006 ] Roger Whitcomb commented on PIVOT-1031: --- "gauge_demo.png" is a screenshot from the

[jira] [Commented] (PIVOT-1031) Create a new "gauge" object which can display a single value in a circular "speedometer" fashion

2018-02-23 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374993#comment-16374993 ] Roger Whitcomb commented on PIVOT-1031: --- Pretty complete implementation, with tests: Sending