{
  "backgroundColor": "#faf9f6",
  "animation": false,
  "textStyle": {
    "fontFamily": "Arial, sans-serif",
    "color": "#202322"
  },
  "aria": {
    "enabled": true,
    "label": {
      "description": "Keep the zero category visible. Descending categories with cumulative percentages. Exact input and calculated values are available in the data tables."
    }
  },
  "title": [
    {
      "text": "PARETO / DATA EXPLORER",
      "left": 46.666666666666664,
      "top": 35,
      "textStyle": {
        "color": "#6b706c",
        "fontSize": 13.333333333333332,
        "fontWeight": "normal"
      }
    },
    {
      "text": "Keep the zero category visible",
      "subtext": "Original worked example · fictional data",
      "left": 46.666666666666664,
      "top": 74.66666666666667,
      "itemGap": 12,
      "textStyle": {
        "color": "#202322",
        "fontSize": 38.666666666666664,
        "fontWeight": 600,
        "width": 1096.6666666666667,
        "overflow": "break",
        "lineHeight": 44.46666666666666
      },
      "subtextStyle": {
        "color": "#6b706c",
        "fontSize": 16,
        "width": 1106.6666666666667,
        "overflow": "truncate"
      }
    },
    {
      "text": "Source: fictional example data. Replace with your own.",
      "left": 46.666666666666664,
      "bottom": 18.666666666666664,
      "textStyle": {
        "color": "#6b706c",
        "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": [
      "A",
      "B",
      "C",
      "D",
      "E"
    ],
    "axisLabel": {
      "fontSize": 13.333333333333332,
      "width": 168,
      "overflow": "truncate",
      "interval": 0
    }
  },
  "yAxis": [
    {
      "type": "value",
      "nameLocation": "middle",
      "nameGap": 50.666666666666664,
      "axisLabel": {
        "fontSize": 14.666666666666666
      },
      "nameTextStyle": {
        "fontSize": 14.666666666666666
      },
      "splitLine": {
        "lineStyle": {
          "type": "dashed",
          "opacity": 0.3
        }
      },
      "name": "Occurrences",
      "min": 0
    },
    {
      "type": "value",
      "nameLocation": "middle",
      "nameGap": 48,
      "axisLabel": {
        "fontSize": 14.666666666666666
      },
      "nameTextStyle": {
        "fontSize": 14.666666666666666
      },
      "splitLine": {
        "show": false
      },
      "name": "Cumulative (%)",
      "min": 0,
      "max": 100
    }
  ],
  "series": [
    {
      "type": "bar",
      "data": [
        40,
        30,
        20,
        10,
        0
      ],
      "barMaxWidth": 93.33333333333333
    },
    {
      "type": "line",
      "yAxisIndex": 1,
      "data": [
        40,
        70,
        90,
        100,
        100
      ],
      "symbol": "circle",
      "markLine": {
        "symbol": [
          "none",
          "none"
        ],
        "silent": true,
        "data": [
          {
            "yAxis": 80
          }
        ],
        "label": {
          "formatter": "80%"
        }
      }
    }
  ],
  "color": [
    "#3158df",
    "#e78256",
    "#548b77",
    "#9274b1",
    "#b18b36"
  ]
}