Balise : Éditeur de wikicode 2017 |
Balises : Contenu remplacé Annulation |
Ligne 106 : |
Ligne 106 : |
| "hover": {"fill": {"value": "red"}} | | "hover": {"fill": {"value": "red"}} |
| } | | } |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="11/10/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |45%
| |
| |[[Alfred Maker]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alfred Maker": 45}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| }, | | }, |
| { | | |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="19/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |25%
| |
| |[[Alfred Maker]]
| |
| |-
| |
| |20%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alfred Maker": 25},
| |
| {"parts": "Carl Wash": 20}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="12/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''75%'''
| |
| |'''[[Islay Badger]]'''
| |
| |25%
| |
| |[[Alfred Maker]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 75},
| |
| {"parts": "Alfred Maker": 25}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="09/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |25%
| |
| |[[Alfred Maker]]
| |
| |-
| |
| |20%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alfred Maker": 25},
| |
| {"parts": "Carl Wash": 20}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="20/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |20%
| |
| |[[Carl Wash]]
| |
| |-
| |
| |5%
| |
| |[[Alfred Maker]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Wash": 20},
| |
| {"parts": "Alfred Maker": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="16/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |20%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 60},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Wash": 20}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="14/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |30%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |10%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 60},
| |
| {"parts": "Alex Walt": 30},
| |
| {"parts": "Carl Wash": 10}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="11/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''65%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |30%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |5%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 65},
| |
| {"parts": "Alex Walt": 30},
| |
| {"parts": "Carl Wash": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="07/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''65%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |10%
| |
| |[[Carl Jacobs]]
| |
| |-
| |
| |5%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 65},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Jacobs": 10},
| |
| {"parts": "Carl Wash": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="31/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |20%
| |
| |[[Carl Jacobs]]
| |
| |-
| |
| |5%
| |
| |[[Carl Wash]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Jacobs": 20},
| |
| {"parts": "Carl Wash": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="06/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''55%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |20%
| |
| |[[Carl Jacobs]]
| |
| |-
| |
| |5%
| |
| |[[Jean Simon]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 55},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Jacobs": 20},
| |
| {"parts": "Jean Simon": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="02/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |20%
| |
| |[[Alex Walt]]
| |
| |-
| |
| |20%
| |
| |[[Carl Jacobs]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 60},
| |
| {"parts": "Alex Walt": 20},
| |
| {"parts": "Carl Jacobs": 20}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="24/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Islay Badger]]'''
| |
| |-
| |
| |40%
| |
| |[[Singleton Horatio]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Islay Badger": 60},
| |
| {"parts": "Singleton Horatio": 40}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="08/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Singleton Horatio]]'''
| |
| |-
| |
| |40%
| |
| |[[Islay Badger]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Singleton Horatio": 60},
| |
| {"parts": "Islay Badger": 40}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="04/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Singleton Horatio]]'''
| |
| |-
| |
| |35%
| |
| |[[Islay Badger]]
| |
| |-
| |
| |5%
| |
| |[[Jared Ferguson]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Singleton Horatio": 60},
| |
| {"parts": "Islay Badger": 35},
| |
| {"parts": "Jared Ferguson": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="04/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''60%'''
| |
| |'''[[Singleton Horatio]]'''
| |
| |-
| |
| |35%
| |
| |[[Islay Badger]]
| |
| |-
| |
| |5%
| |
| |[[Jared Ferguson]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Singleton Horatio": 60},
| |
| {"parts": "Islay Badger": 35},
| |
| {"parts": "Jared Ferguson": 5}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="02/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''65%'''
| |
| |'''[[Jared Ferguson]]'''
| |
| |-
| |
| |35%
| |
| |[[Singleton Horatio]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Jared Ferguson": 65},
| |
| {"parts": "Singleton Horatio": 35}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="24/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''75%'''
| |
| |'''[[Jared Ferguson]]'''
| |
| |-
| |
| |25%
| |
| |[[Singleton Horatio]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Jared Ferguson": 75},
| |
| {"parts": "Singleton Horatio": 25}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="16/12/20">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''100%'''
| |
| |'''[[Jared Ferguson]]'''
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Jared Ferguson": 100}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table","field": "parts"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table","field": "pourcentage"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "parts"},
| |
| "width": {"scale": "x","band": true,"offset": -4},
| |
| "y": {"scale": "y","field": "pourcentage"},
| |
| "y2": {"scale": "y","value": 0}
| |
| },
| |
| "update": {"fill": {"value": "blue"}},
| |
| "hover": {"fill": {"value": "red"}}
| |
| }
| |
| }
| |
| ] | | ] |
| }</graph> | | }</graph> |