components/openstack/horizon/patches/04-blue-piechart.patch
branchs11-update
changeset 4072 db0cec748ec0
parent 4067 4be1f488dda8
child 4094 78203277f011
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
     1 Internal only patch to change the color of pie charts drawn by
       
     2 Horizon to blue.  This patch is a recommendation from the UX design
       
     3 team and will not be committed upsteam.
       
     4 
       
     5 --- horizon-2013.2.3/horizon/static/horizon/js/horizon.d3piechart.js.orig  2014-06-11 13:19:35.874027396 -0600
       
     6 +++ horizon-2013.2.3/horizon/static/horizon/js/horizon.d3piechart.js       2014-06-11 13:19:42.692287410 -0600
       
     7 @@ -17,9 +17,13 @@
       
     8    r: 45,
       
     9    bkgrnd: "#F2F2F2",
       
    10    frgrnd: "#006CCF",
       
    11 -  full: "#D0342B",
       
    12 -  nearlyfull: "orange",
       
    13 -
       
    14 +  full: "#006CCF",
       
    15 +  nearlyfull: "006CCF",
       
    16 +  
       
    17 +  // frgrnd: "#006CCF",
       
    18 +  // full: "#D0342B",
       
    19 +  // nearlyfull: "orange",
       
    20 +  
       
    21    init: function() {
       
    22      var self = this;
       
    23