{
  "data": [
    {
      "type": "bar",
      "orientation": "h",
      "name": "No Penalty",
      "x": [
        0.5383,
        0.5007,
        0.4581
      ],
      "y": [
        "Non-Profit",
        "Government",
        "For-Profit"
      ],
      "marker": {
        "color": "#1C1C1E",
        "line": {
          "color": "rgba(31,119,180,1)"
        }
      },
      "hovertemplate": [
        "<b>%{y}</b><br>No Penalty: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>No Penalty: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>No Penalty: %{x:.1%}<extra></extra>"
      ],
      "error_y": {
        "color": "rgba(31,119,180,1)"
      },
      "error_x": {
        "color": "rgba(31,119,180,1)"
      },
      "xaxis": "x",
      "yaxis": "y",
      "frame": null
    },
    {
      "type": "bar",
      "orientation": "h",
      "name": "Low",
      "x": [
        0.0611,
        0.0741,
        0.0573
      ],
      "y": [
        "Non-Profit",
        "Government",
        "For-Profit"
      ],
      "marker": {
        "color": "#6B6B6B",
        "line": {
          "color": "rgba(255,127,14,1)"
        }
      },
      "hovertemplate": [
        "<b>%{y}</b><br>Low: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>Low: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>Low: %{x:.1%}<extra></extra>"
      ],
      "error_y": {
        "color": "rgba(255,127,14,1)"
      },
      "error_x": {
        "color": "rgba(255,127,14,1)"
      },
      "xaxis": "x",
      "yaxis": "y",
      "frame": null
    },
    {
      "type": "bar",
      "orientation": "h",
      "name": "Medium",
      "x": [
        0.0797,
        0.1054,
        0.0892
      ],
      "y": [
        "Non-Profit",
        "Government",
        "For-Profit"
      ],
      "marker": {
        "color": "#B03A2E",
        "line": {
          "color": "rgba(44,160,44,1)"
        }
      },
      "hovertemplate": [
        "<b>%{y}</b><br>Medium: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>Medium: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>Medium: %{x:.1%}<extra></extra>"
      ],
      "error_y": {
        "color": "rgba(44,160,44,1)"
      },
      "error_x": {
        "color": "rgba(44,160,44,1)"
      },
      "xaxis": "x",
      "yaxis": "y",
      "frame": null
    },
    {
      "type": "bar",
      "orientation": "h",
      "name": "High",
      "x": [
        0.3209,
        0.3197,
        0.3954
      ],
      "y": [
        "Non-Profit",
        "Government",
        "For-Profit"
      ],
      "marker": {
        "color": "#C0392B",
        "line": {
          "color": "rgba(214,39,40,1)"
        }
      },
      "hovertemplate": [
        "<b>%{y}</b><br>High: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>High: %{x:.1%}<extra></extra>",
        "<b>%{y}</b><br>High: %{x:.1%}<extra></extra>"
      ],
      "error_y": {
        "color": "rgba(214,39,40,1)"
      },
      "error_x": {
        "color": "rgba(214,39,40,1)"
      },
      "xaxis": "x",
      "yaxis": "y",
      "frame": null
    }
  ],
  "layout": {
    "margin": {
      "b": 60,
      "l": 100,
      "t": 100,
      "r": 40
    },
    "barmode": "stack",
    "title": {
      "text": "<b><span style='color:#C0392B;'>For-Profit</span> Hospitals Carry More Penalty Weight</b><br><span style='font-size:12px;color:#6B6B6B'>Penalty tier distribution by ownership</span>",
      "x": 0,
      "xanchor": "left"
    },
    "paper_bgcolor": "#F2F0EB",
    "plot_bgcolor": "#F2F0EB",
    "font": {
      "family": "Helvetica",
      "color": "#1C1C1E",
      "size": 12
    },
    "xaxis": {
      "domain": [
        0,
        1
      ],
      "automargin": true,
      "title": "Share of Hospital-Condition Pairs",
      "tickformat": ".0%",
      "gridcolor": "#D5D5D5",
      "fixedrange": true
    },
    "yaxis": {
      "domain": [
        0,
        1
      ],
      "automargin": true,
      "title": "",
      "categoryorder": "array",
      "categoryarray": [
        "Non-Profit",
        "Government",
        "For-Profit"
      ],
      "type": "category",
      "fixedrange": true
    },
    "legend": {
      "orientation": "h",
      "y": 1.12,
      "x": 1,
      "xanchor": "right"
    },
    "annotations": [
      {
        "x": 0.99,
        "y": 0.01,
        "xref": "paper",
        "yref": "paper",
        "text": "Artometrics",
        "showarrow": false,
        "xanchor": "right",
        "yanchor": "bottom",
        "font": {
          "size": 11,
          "color": "#6B6B6B",
          "family": "Georgia, serif"
        }
      }
    ],
    "hovermode": "closest",
    "showlegend": true,
    "dragmode": false
  },
  "config": {
    "displayModeBar": false,
    "displaylogo": false,
    "responsive": true,
    "scrollZoom": false,
    "doubleClick": false,
    "staticPlot": false,
    "editable": false,
    "showTips": false
  }
}