From 9d3ab2d337e357695f196d4968c8ac51b6176b14 Mon Sep 17 00:00:00 2001 From: Pedro Ferrari Date: Tue, 2 May 2023 00:26:35 +0200 Subject: [PATCH] Fix typo in docs changing 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 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.