stackedData = [
{ "category": "A", bar: {"value": 28, "anotherValue": 42,}, },
{ "category": "B", bar: {"value": 55, "anotherValue": 70,} },
{ "category": "C", bar: {"value": 43, "anotherValue": 30,} },
{ "category": "D", bar: {"value": 91, "anotherValue": 42,} },
{ "category": "E", bar: {"value": 81, "anotherValue": 29,} },
{ "category": "F", bar: {"value": 53, "anotherValue": 42,} },
{ "category": "G", bar: {"value": 19, "anotherValue": 100,} },
{ "category": "H", bar: {"value": 87, "anotherValue": 42,} },
{ "category": "I", bar: {"value": 52, "anotherValue": 42,} },
];