Test sunburst
silent: true, series: [ { radius: ['15%', '80%'], type: 'sunburst', sort: undefined, emphasis: { focus: 'ancestor' }, data: [ { value: 8, children: [ { value: 4, children: [ { value: 2 }, { value: 1 }, { value: 1 }, { value: 0.5 } ] }, { value: 2 } ] }, { value: 4, children: [ { children: [ { value: 2 } ] } ] }, { value: 4, children: [ { children: [ { value: 2 } ] } ] }, { value: 3, children: [ { children: [ { value: 1 } ] } ] } ], label: { color: '#000', textBorderColor: '#fff', textBorderWidth: 2, formatter: function (param) { var depth = param.treePathInfo.length; if (depth === 2) { return 'radial'; } else if (depth === 3) { return 'tangential'; } else if (depth === 4) { return '0'; } return ; } }, levels: [ {}, { itemStyle: { color: '#CD4949' }, label: { rotate: 'radial' } }, { itemStyle: { color: '#F47251' }, label: { rotate: 'tangential' } }, { itemStyle: { color: '#FFC75F' }, label: { rotate: 0 } } ] } ]};
Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement. Le texte s'affichera à gauche tranquillement.
Chart economique v2
"tooltip": {}, "title": { "text": "Évolution du bilan financier", "subtext": "Cliquer sur une barre pour voir le détail", "textAlign": "center", "left": "50%" }, "xAxis": { "type": "category", "data": [ "2022" ] }, "yAxis": { "type": "value", "axisLabel": { "formatter": "{value} €" } }, "grid": { "containLabel": true }, "series": [ { "type": "bar", "itemStyle": { "color": "#afd095" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Chiffre d'affaire", "stack": "Produits", "id": "Chiffre d'affaire", "data": [ { "groupId": "Produits", "value": 56432 } ] }, { "type": "bar", "itemStyle": { "color": "#729fcf" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Aides", "stack": "Produits", "id": "Aides", "data": [ { "groupId": "Produits", "value": 5680 } ] }, { "type": "bar", "itemStyle": { "color": "#F28960" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges opérationnelles", "stack": "Charges", "id": "Charges opérationnelles", "data": [ { "groupId": "Charges", "value": 10447 } ] }, { "type": "bar", "itemStyle": { "color": "#F5A893" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges de structure", "stack": "Charges", "id": "Charges de structure", "data": [ { "groupId": "Charges", "value": 6536 } ] }, { "type": "bar", "itemStyle": { "color": "#FDCF74" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges de personnel", "stack": "Charges", "id": "Charges de personnel", "data": [ { "groupId": "Charges", "value": 13429 } ] }, { "type": "bar", "itemStyle": { "color": "#F8B26D" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "EBE", "stack": "Charges", "id": "EBE", "data": [ { "groupId": "Charges", "value": 31822 } ] } ]}
"2022": { "Produits": { "name": "Produits 2022\n62112 €", "value": 62112, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n56432 €", "value": 56432, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Vente autres produits", "value": 2409, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Vente de produits végétaux", "value": 50595, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Vente de marchandises", "value": 1313, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Subvention", "value": 2115, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n5680 €", "value": 5680, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Autres aides", "value": 3230, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Aide à la certification", "value": 1116, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "DPU, DPB", "value": 1334, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2022\n62234 €", "value": 62234, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n10447 €", "value": 10447, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 2513, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Terreau", "value": 738, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Achat des légumes", "value": 1305, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation", "value": 250, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 5641, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n6536 €", "value": 6536, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 916, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 874, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 1080, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Frais de gestion", "value": 922, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 445, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 1202, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 1097, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n13429 €", "value": 13429, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Salariés", "value": 7698, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Cotisations salariés", "value": 901, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Cotisations exploitants", "value": 4830, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n31822 €", "value": 31822, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 28000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 3822, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }}
"tooltip": {}, "title": { "text": "Évolution du bilan financier", "subtext": "Cliquer sur une barre pour voir le détail", "textAlign": "center", "left": "50%" }, "xAxis": { "type": "category", "data": [ "2016", "2017", "2018", "2019", "2020" ] }, "yAxis": { "type": "value", "axisLabel": { "formatter": "{value} €" } }, "grid": { "containLabel": true }, "series": [ { "type": "bar", "itemStyle": { "color": "#afd095" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Chiffre d'affaire", "stack": "Produits", "id": "Chiffre d'affaire", "data": [ { "groupId": "Produits", "value": 29000 }, { "groupId": "Produits", "value": 37300 }, { "groupId": "Produits", "value": 29418 }, { "groupId": "Produits", "value": 44649 }, { "groupId": "Produits", "value": 62779 } ] }, { "type": "bar", "itemStyle": { "color": "#729fcf" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Aides", "stack": "Produits", "id": "Aides", "data": [ { "groupId": "Produits", "value": 600 }, { "groupId": "Produits", "value": 3450 }, { "groupId": "Produits", "value": 1000 }, { "groupId": "Produits", "value": 1000 }, { "groupId": "Produits", "value": 1000 } ] }, { "type": "bar", "itemStyle": { "color": "#F28960" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges opérationnelles", "stack": "Charges", "id": "Charges opérationnelles", "data": [ { "groupId": "Charges", "value": 9895 }, { "groupId": "Charges", "value": 11060 }, { "groupId": "Charges", "value": 4707 }, { "groupId": "Charges", "value": 13890 }, { "groupId": "Charges", "value": 23055 } ] }, { "type": "bar", "itemStyle": { "color": "#F5A893" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges de structure", "stack": "Charges", "id": "Charges de structure", "data": [ { "groupId": "Charges", "value": 9950 }, { "groupId": "Charges", "value": 9700 }, { "groupId": "Charges", "value": 11038 }, { "groupId": "Charges", "value": 8095 }, { "groupId": "Charges", "value": 8848 } ] }, { "type": "bar", "itemStyle": { "color": "#FDCF74" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "Charges de personnel", "stack": "Charges", "id": "Charges de personnel", "data": [ { "groupId": "Charges", "value": 770 }, { "groupId": "Charges", "value": 3000 }, { "groupId": "Charges", "value": 600 }, { "groupId": "Charges", "value": 600 }, { "groupId": "Charges", "value": 600 } ] }, { "type": "bar", "itemStyle": { "color": "#F8B26D" }, "label": { "show": true, "position": "inside", "formatter": "{c} €" }, "emphasis": { "focus": "series" }, "name": "EBE", "stack": "Charges", "id": "EBE", "data": [ { "groupId": "Charges", "value": 8985 }, { "groupId": "Charges", "value": 16990 }, { "groupId": "Charges", "value": 14073 }, { "groupId": "Charges", "value": 23064 }, { "groupId": "Charges", "value": 31276 } ] } ]}
"2016": { "Produits": { "name": "Produits 2016\n29600 €", "value": 29600, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n29000 €", "value": 29000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Chiffre d'affaire", "value": 29000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n600 €", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Aides", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2016\n29600 €", "value": 29600, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n9895 €", "value": 9895, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Travaux par tiers", "value": 550, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Bâches et voiles", "value": 1500, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Produits de traitements", "value": 123, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Achat des légumes (revente)", "value": 3000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation (MO)", "value": 118, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 3604, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n9950 €", "value": 9950, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 700, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 50, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Frais de gestion", "value": 200, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 400, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fermage", "value": 4000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 3000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n770 €", "value": 770, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Salariés", "value": 770, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n8985 €", "value": 8985, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 4884, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 4101, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }, "2017": { "Produits": { "name": "Produits 2017\n40750 €", "value": 40750, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n37300 €", "value": 37300, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Chiffre d'affaire", "value": 37300, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n3450 €", "value": 3450, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Aides", "value": 3450, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2017\n40750 €", "value": 40750, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n11060 €", "value": 11060, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 200, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Achat des légumes (revente)", "value": 4940, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation (MO)", "value": 670, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 5250, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n9700 €", "value": 9700, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 2000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 1200, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 500, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fermage", "value": 3600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 800, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n3000 €", "value": 3000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Cotisations exploitants", "value": 3000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n16990 €", "value": 16990, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 8390, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 8600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }, "2018": { "Produits": { "name": "Produits 2018\n30418 €", "value": 30418, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n29418 €", "value": 29418, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Chiffre d'affaire", "value": 29418, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n1000 €", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Aides", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2018\n30418 €", "value": 30418, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n4707 €", "value": 4707, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 277, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Achat des légumes (revente)", "value": 730, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation (MO)", "value": 100, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 3600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n11038 €", "value": 11038, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 1137, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 919, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 912, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Frais de gestion", "value": 170, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 500, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fermage", "value": 3000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 3800, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n600 €", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Cotisations exploitants", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n14073 €", "value": 14073, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 11470, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 2603, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }, "2019": { "Produits": { "name": "Produits 2019\n45649 €", "value": 45649, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n44649 €", "value": 44649, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Chiffre d'affaire", "value": 44649, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n1000 €", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Aides", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2019\n45649 €", "value": 45649, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n13890 €", "value": 13890, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 4534, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Achat des légumes (revente)", "value": 2393, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation (MO)", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 5963, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n8095 €", "value": 8095, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 1338, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 2655, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 537, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 500, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fermage", "value": 990, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 1475, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n600 €", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Cotisations exploitants", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n23064 €", "value": 23064, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 10855, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 12209, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }, "2020": { "Produits": { "name": "Produits 2020\n63779 €", "value": 63779, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Chiffre d'affaire\n62779 €", "value": 62779, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Chiffre d'affaire", "value": 62779, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#afd095", "borderWidth": 1 } }, { "name": "Aides\n1000 €", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Aides", "value": 1000, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#729fcf", "borderWidth": 1 } } ] }, "Charges": { "name": "Charges 2020\n63779 €", "value": 63779, "type": "treemap", "breadcrumb": { "height": 34, "itemStyle": { "textStyle": { "lineHeight": 15 } } }, "data": [ { "name": "Charges opérationnelles\n23055 €", "value": 23055, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Fournitures diverses", "value": 12271, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Travaux par tiers", "value": 145, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Bâches et voiles", "value": 3600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Terreau", "value": 200, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fertilisation (MO)", "value": 240, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Semences et plants", "value": 6599, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F28960", "borderWidth": 1 } }, { "name": "Charges de structure\n8848 €", "value": 8848, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Carburant", "value": 502, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Entretien matériel", "value": 1122, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Eau, gaz, électricité", "value": 2327, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Frais de gestion", "value": 555, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Certification", "value": 500, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Fermage", "value": 1007, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Assurances", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "Autres", "value": 2235, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F5A893", "borderWidth": 1 } }, { "name": "Charges de personnel\n600 €", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Cotisations exploitants", "value": 600, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#FDCF74", "borderWidth": 1 } }, { "name": "EBE\n31276 €", "value": 31276, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [ { "name": "Prélèvements privés", "value": 21828, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] }, { "name": "EBE", "value": 9448, "label": { "show": true, "position": "inside", "overflow": "break" }, "children": [] } ], "itemStyle": { "color": "#F8B26D", "borderWidth": 1 } } ] } }}
Dans les pages ferme
5,5 kg/m²55 t/ha <br />550 qt/ha <br />
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
2,8 kg/m²28 t/ha <br />280 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
5 kg/m²50 t/ha <br />500 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
4,5 kg/m²45 t/ha <br />450 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
3 kg/m²30 t/ha <br />300 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Dans les pages cultures
Sol vivant
5,5 kg/m²55 t/ha <br />550 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
7 kg/m²70 t/ha <br />700 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
12,5 kg/m²125 t/ha <br />1 250 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
7 kg/m²70 t/ha <br />700 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
1,25 kg/m²12,5 t/ha <br />125 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
10 kg/m²100 t/ha <br />1 000 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
8,5 kg/m²85 t/ha <br />850 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
5 kg/m²50 t/ha <br />500 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
3,33 kg/m²33,3 t/ha <br />333 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
5,5 kg/m²55 t/ha <br />550 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
6 kg/m²60 t/ha <br />600 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
6 kg/m²60 t/ha <br />600 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Champignons (auxiliaire), Micro-pousses
Maraîchage sol vivant, Agriculture Biologique, diversification
Maraîchage sol vivant, Agriculture Biologique
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
2,8 kg/m²28 t/ha <br />280 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
5 kg/m²50 t/ha <br />500 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
4 kg/m²40 t/ha <br />400 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Maraîchage sol vivant, Agriculture Biologique
4,5 kg/m²45 t/ha <br />450 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />
Objectif de réduction du temps de désherbage
3 kg/m²30 t/ha <br />300 qt/ha <br /> vs rendement moyen de 3 kg/m²30 t/ha <br />300 qt/ha <br />