|
Balise : Éditeur de wikicode 2017 |
Ligne 29 : |
Ligne 29 : |
| |- style="color:blue" | | |- style="color:blue" |
| |'''100%''' | | |'''100%''' |
| |'''[[Mike Martin]]''' | | |'''[[]]''' |
| |- | | |- |
| | colspan="3" |<graph>{ | | | colspan="3" |<graph>{ |
Ligne 39 : |
Ligne 39 : |
| "name": "table", | | "name": "table", |
| "values": [ | | "values": [ |
| {"parts": "Mike Martin","pourcentage": 100} | | {"parts": "","pourcentage": 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>
| |
| Les actionnaires majoritaires sont inscrits en bleu.
| |
| |}</tab>
| |
| <tab name="13/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''50%'''
| |
| |'''[[Mike Martin]]'''
| |
| |- style="color:blue"
| |
| |'''50%'''
| |
| |'''[[Carine Tatoin]]'''
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Mike Martin","pourcentage": 50},
| |
| {"parts": "Carine Tatoin","pourcentage": 50}
| |
| ]
| |
| }
| |
| ],
| |
| "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/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''100%'''
| |
| |'''[[Mike Martin]]'''
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Mike Martin","pourcentage": 100}
| |
| ] | | ] |
| } | | } |