components/openstack/horizon/patches/04-blue-piechart.patch
changeset 1944 56ac2df1785b
equal deleted inserted replaced
1943:1a27f000029f 1944:56ac2df1785b
       
     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