From 87c63a9d826c5ce8950c7257db19b4c809a650dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaan=20L=C4=B1?= Date: Sun, 7 Apr 2024 06:51:55 -0400 Subject: [PATCH] fix: wording --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ecdc39f..2aadd14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,7 +104,7 @@ function paymentChart(paymentData, width) { } ``` -

Payment distributions vary by insurance type

The amount paid per claim for the inpatient health care costs of 1.2 million people in 2016 representing $8.5 billion in health care costs. This dataset is created by the Agency for Healthcare Research and Quality and includes synthetic patient data categorized by insurance type.

Code for data transform

${resize((width) => paymentChart(paymentData, width))}
+

Payment distributions vary by insurance type

The amount paid per claim for the inpatient health care costs of 1.2 million people in 2016 representing $8.6 billion in health care costs (in 2022 dollars). This dataset is created by the Agency for Healthcare Research and Quality and includes synthetic patient data categorized by insurance type.

Code for data transform

${resize((width) => paymentChart(paymentData, width))}
---