{
  "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.0327891608
      }, {
        "name": "Boost.Hana",
        "y": 0.37607554099999996
      }

      
      , {
        "name": "Boost.MPL",
        "y": 1.3777711
      }, {
        "name": "Boost.Fusion",
        "y": 1.4703264988
      }
      

      

      
    ]
  }]
}