From 5318ff0e91240beaf644d4ce7343264daab01ec4 Mon Sep 17 00:00:00 2001 From: Alex Ershov Date: Tue, 18 Oct 2022 23:53:46 +0300 Subject: [PATCH] Typo in api,md fix typo --- 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 9060a109..ab08e220 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.