{ "chart": { "type": "column" }, "legend": { "enabled": false }, "xAxis": { "type": "category" }, "title": { "text": "Including various metaprogramming libraries" }, "plotOptions": { "series": { "borderWidth": 0, "dataLabels": { "enabled": true, "format": "{point.y:.5f}s" } } }, "series": [{ "name": "Include time", "colorByPoint": true, "data": [ { "name": "Baseline (no includes)", "y": 0.033074143 }, { "name": "Boost.Hana", "y": 0.299501066 } , { "name": "Boost.MPL", "y": 1.7821899448 }, { "name": "Boost.Fusion", "y": 1.211641524 } ] }] }