From 69b6059266b94449f66682f5589169ef5e80d516 Mon Sep 17 00:00:00 2001 From: Rob <49008703+mysticfalconvt@users.noreply.github.com> Date: Thu, 26 May 2022 16:56:55 -0400 Subject: [PATCH] Update api.md Fix typo: onoly to only --- docs/src/pages/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/api.md b/docs/src/pages/docs/api.md index 95e6f17d..ecccd2f4 100644 --- a/docs/src/pages/docs/api.md +++ b/docs/src/pages/docs/api.md @@ -298,7 +298,7 @@ const secondaryAxes = React.useMemo( ) ``` -**initialHeight** and **initialWidth** expect a number, a default value is applied for each of those, 300 and 200 respectively. It's important to mention that these options are available SSR onoly. If you'd like to have a custom height and width in the client side you may have a wrapper div that sets the width and height CSS attributes +**initialHeight** and **initialWidth** expect a number, a default value is applied for each of those, 300 and 200 respectively. It's important to mention that these options are available SSR only. If you'd like to have a custom height and width in the client side you may have a wrapper div that sets the width and height CSS attributes **interactionMode** expect an string wich can be "primary" or "closest". It's been using for the tooltip position. By default, primary is being set.