Date: 2025-04-19 19:02:43
Score: 1
Natty:
{ "type": "bar", "data": [ { "investment": "Investment A", "committedFunds": 16.2, "irr": 25.0 }, { "investment": "Investment B", "committedFunds": 5.2, "irr": 20.5 }, { "investment": "Investment C", "committedFunds": 20.5, "irr": 10.0 }, { "investment": "Investment D", "committedFunds": -10.2, "irr": 5.0 } ], "indexBy": "investment", "keys": [ "committedFunds", "irr" ], "groupMode": "grouped", "margin": { "top": 50, "right": 60, "bottom": 50, "left": 60 }, "padding": 0.3, "colors": { "scheme": "set2" }, "defs": [ { "id": "dots", "type": "patternDots", "background": "inherit", "color": "#38bcb2", "size": 4, "padding": 1, "stagger": true }, { "id": "lines", "type": "patternLines", "background": "inherit", "color": "#eed312", "size": 6, "spacing": 6, "rotation": -45 } ], "fill": [ { "match": { "id": "committedFunds" }, "id": "dots" }, { "match": { "id": "irr" }, "id": "lines" } ], "borderRadius": 5, "axisTop": null, "axisRight": null, "axisBottom": { "tickSize": 5, "tickPadding": 5, "tickRotation": 0, "legend": "Investment", "legendPosition": "middle", "legendOffset": 32 }, "axisLeft": { "tickSize": 5, "tickPadding": 5, "tickRotation": 0, "legend": "Percentage", "legendPosition": "middle", "legendOffset": -40, "format": "~.2f" },
Reasons:
- Long answer (-1):
- No code block (0.5):
- Single line (0.5):
- Low reputation (1):
Posted by: user2533687