From 3104e279eb619f9bec080b2442ac24b4993824e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Thu, 28 Sep 2023 17:16:55 +0200 Subject: [PATCH] Update API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 258563c..627ea3a 100644 --- a/API.md +++ b/API.md @@ -15,7 +15,7 @@ plot(html)({ x, y }, { options }); ### `x` -An array of Dates for the x-axis +An array of Dates for the x-axis. Can alternatively be an array of numbers. ##### Example: