{ "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.015410892200000002 }, { "name": "Boost.Hana", "y": 0.34118152820000003 } , { "name": "Boost.MPL", "y": 1.3500457678 }, { "name": "Boost.Fusion", "y": 1.4415242514 } ] }] }