{
  "backgroundColor": "#f0f5ff",
  "animation": false,
  "textStyle": {
    "fontFamily": "Arial, sans-serif",
    "color": "#183255"
  },
  "aria": {
    "enabled": true,
    "label": {
      "description": "Five observations, explicit quartiles. Box plots with explicit quartile and whisker rules. Exact input and calculated values are available in the data tables."
    }
  },
  "title": [
    {
      "text": "BOX / DATA EXPLORER",
      "left": 46.666666666666664,
      "top": 35,
      "textStyle": {
        "color": "#617492",
        "fontSize": 13.333333333333332,
        "fontWeight": "normal"
      }
    },
    {
      "text": "Five observations, explicit quartiles",
      "subtext": "Original worked example · fictional data",
      "left": 46.666666666666664,
      "top": 74.66666666666667,
      "itemGap": 12,
      "textStyle": {
        "color": "#183255",
        "fontSize": 38.666666666666664,
        "fontWeight": 600,
        "width": 1096.6666666666667,
        "overflow": "break",
        "lineHeight": 44.46666666666666
      },
      "subtextStyle": {
        "color": "#617492",
        "fontSize": 16,
        "width": 1106.6666666666667,
        "overflow": "truncate"
      }
    },
    {
      "text": "Source: fictional example data. Replace with your own.",
      "left": 46.666666666666664,
      "bottom": 18.666666666666664,
      "textStyle": {
        "color": "#617492",
        "fontSize": 13.333333333333332,
        "fontWeight": "normal",
        "width": 1096.6666666666667,
        "overflow": "truncate"
      }
    }
  ],
  "tooltip": {
    "trigger": "item",
    "renderMode": "richText",
    "confine": true
  },
  "useUTC": true,
  "grid": {
    "left": 119.33333333333333,
    "right": 90,
    "top": 193.33333333333331,
    "bottom": 173.33333333333331
  },
  "legend": {
    "show": false
  },
  "xAxis": {
    "type": "category",
    "data": [
      "Sample"
    ],
    "axisLabel": {
      "fontSize": 14.666666666666666,
      "width": 840,
      "overflow": "truncate"
    },
    "name": "Group",
    "nameLocation": "middle",
    "nameGap": 46.666666666666664
  },
  "yAxis": {
    "type": "value",
    "nameLocation": "middle",
    "nameGap": 50.666666666666664,
    "axisLabel": {
      "fontSize": 14.666666666666666
    },
    "nameTextStyle": {
      "fontSize": 14.666666666666666
    },
    "splitLine": {
      "lineStyle": {
        "type": "dashed",
        "opacity": 0.3
      }
    },
    "name": "Value",
    "scale": true
  },
  "series": [
    {
      "type": "boxplot",
      "data": [
        [
          2,
          3,
          7,
          13,
          16
        ]
      ],
      "itemStyle": {
        "color": "#185bc333",
        "borderColor": "#185bc3"
      },
      "boxWidth": [
        15,
        100
      ]
    },
    {
      "type": "scatter",
      "symbolSize": 9.333333333333332,
      "data": []
    }
  ],
  "color": [
    "#185bc3",
    "#42a3a6",
    "#8a66c3",
    "#d58545",
    "#cc607b"
  ]
}