Jump to content

TL Test BarData: Difference between revisions

From ICANNWiki
JP (talk | contribs)
No edit summary
JP (talk | contribs)
No edit summary
Line 10: Line 10:
Colors =
Colors =
     id:bg        value:white
     id:bg        value:white
     id:ceo      value:rgb(0.4,0.4,0.4) legend:ICANN_CEO
     id:ceo      value:rgb(0.7,0.7,0.7) legend:ICANN_CEO
     id:chair        value:rgb(1,0.5,0.5) legend:ICANN_Board_Chair
     id:chair        value:rgb(1,0.5,0.5) legend:ICANN_Board_Chair
     id:atrt      value:rgb(0.8,1,0.8) legend:Accountability_and_Transparency
     id:atrt      value:rgb(0.8,1,0.8) legend:Accountability_and_Transparency

Revision as of 18:29, 15 September 2021

<timeline> DateFormat=mm/dd/yyyy Period = from:01/01/1997 till:12/31/2022 Define $now = 09/14/2021 # Please keep updated Define $skip = at:end # Force a blank line Define $dayunknown = 15 # what day to use if it's actually not known ImageSize= width:1000 height:auto barincrement:18 TimeAxis = orientation:horizontal PlotArea = right:10 left:10 bottom:20 top:0 Colors =

    id:bg         value:white
    id:ceo      value:rgb(0.7,0.7,0.7) legend:ICANN_CEO
    id:chair        value:rgb(1,0.5,0.5) legend:ICANN_Board_Chair
    id:atrt      value:rgb(0.8,1,0.8) legend:Accountability_and_Transparency
    id:cct      value:rgb(1,0.9,0.9) legend:Competition_and_Consumer_Trust
    id:ssr       value:rgb(1,0.8,0.8) legend:Security,_Stability,_and_Resiliency
    id:bylaws      value:rgb(1,0.7,0.5) legend:Bylaws_Changes
    id:structure        value:rgb(1,0.6,0.4) legend:Structural_Changes
    id:flex        value:rgb(0.4,1,0.4) legend:Adaptability
    id:line       value:rgb(0.2,0.2,0.2)
    id:lightline  value:rgb(0.9,0.9,0.9)
    id:header     value:rgb(0.8,0.8,0.9)
    id:lighttext  value:rgb(0.5,0.5,0.5)

BackgroundColors = canvas:bg ScaleMajor = gridcolor:lighttext unit:year increment:1 start:01/01/1997 ScaleMinor = gridcolor:lightline unit:month increment:1 start:01/01/1997 Legend = orientation:horizontal position:bottom

BarData =

    Barset:ceo 
    Barset:chair 
    Barset:external
    Barset:structure 
    Barset:mandates
    Barset:global
    Barset:gTLD

PlotData=

    width:15 textcolor:black
    
    barset:ceo
         color:ceo from:10/01/1998 till:03/15/2001 text:"Roberts"
         color:ceo from:03/15/2001 till:03/15/2003 text:"Lynn"
         color:ceo from:03/15/2003 till:06/15/2009 text:"Twomey"
         color:ceo from:06/15/2009 till:07/15/2012 text:"Beckstrom"
         color:ceo from:07/15/2012 till:10/15/2012 text:"Atallah"
         color:ceo from:10/15/2012 till:03/31/2016 text:"Chehade"
         color:ceo from:04/01/2016 till:05/15/2016 text:"Atallah"
         color:ceo from:05/15/2016 till:end        text:"Marby"
    barset:chair #We use the last day of the relevant AGM to set start/end dates
         color:chair from:10/01/1998 till:11/16/2000 text:"Dyson"
         color:chair from:11/16/2000 till:11/02/2007 text:"Cerf"
         color:chair from:11/02/2007 till:10/28/2011 text:"Thrush"
         color:chair from:10/28/2011 till:11/09/2016 text:"Crocker"
         color:chair from:11/09/2016 till:11/08/2019 text:"Chalaby"
         color:chair from:11/08/2019 till:end        text:"Botterman"


</timeline>