|
|
| (25 versions intermédiaires par 2 utilisateurs non affichées) |
| Ligne 1 : |
Ligne 1 : |
| <spoiler show="AFFICHER 🔽" hide="MASQUER 🔼"></spoiler>
| |
|
| |
|
| {| class="wikitable mw-collapsible mw-collapsed center" style="margin-left: 10px; margin-right: auto"
| |
| |+Répartition des parts du 10/01/2025 au 26/08/2025
| |
| |-
| |
| !Pourcentage
| |
| !Actionnaires
| |
| |-
| |
| |- style="color:blue"
| |
| |'''45%'''
| |
| |'''[[Chin Chon]]'''
| |
| |- style="color:blue"
| |
| |'''45%'''
| |
| |'''[[Jackson Burrows]]'''
| |
| |-
| |
| |10%
| |
| |[[Mila Low]]
| |
| |-
| |
| | colspan="3" |<graph>{
| |
| "width": 400,
| |
| "height": 200,
| |
| "padding": 30,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"parts": "Chin Chon","pourcentage": 45},
| |
| {"parts": "Jackson Burrows","pourcentage": 45},
| |
| {"parts": "Mila Low","pourcentage": 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.
| |
| |}
| |