You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2016/06/25 15:16:51 UTC

qpid-dispatch git commit: DISPATCH-406: Fallback to non-gradient area charts for FireFox

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master fd7b63831 -> 7e6a9156b


DISPATCH-406: Fallback to non-gradient area charts for FireFox


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/7e6a9156
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/7e6a9156
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/7e6a9156

Branch: refs/heads/master
Commit: 7e6a9156b8a78be105a35afb556bb7fa1533317e
Parents: fd7b638
Author: Ernest Allen <ea...@redhat.com>
Authored: Sat Jun 25 11:16:31 2016 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Sat Jun 25 11:16:31 2016 -0400

----------------------------------------------------------------------
 console/hawtio/src/main/webapp/plugin/js/qdrChartService.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/7e6a9156/console/hawtio/src/main/webapp/plugin/js/qdrChartService.js
----------------------------------------------------------------------
diff --git a/console/hawtio/src/main/webapp/plugin/js/qdrChartService.js b/console/hawtio/src/main/webapp/plugin/js/qdrChartService.js
index 6125061..47cb47d 100644
--- a/console/hawtio/src/main/webapp/plugin/js/qdrChartService.js
+++ b/console/hawtio/src/main/webapp/plugin/js/qdrChartService.js
@@ -993,7 +993,7 @@ var QDR = (function(QDR) {
 
 	                    g.append("path")
 	                        .attr("class", "area")
-							.style("fill", "url(" + attrs.url + "#" + id + ")") //temperature-gradient)")
+							.style("fill", "url(" + attrs.url + "#" + id + ") " + attrs.areaColor) //temperature-gradient)")
                             .attr("d", area.y0(y.range()[0]))
                             .attr("transform", null);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org