nivo icon indicating copy to clipboard operation
nivo copied to clipboard

Fix: add initial property for truncateTickAt

Open scalabw opened this issue 2 years ago • 4 comments

This PR will the error appearing on the website when trying to expand any axis options "axisTop" "axisBottom" "axisLeft" "axisRight"

It solve the issue #2503

scalabw avatar Jan 29 '24 12:01 scalabw

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nivo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2024 1:39pm

vercel[bot] avatar Jan 29 '24 12:01 vercel[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2da7f7708a47c1206e159340d429835307af96d4:

Sandbox Source
nivo Configuration

codesandbox-ci[bot] avatar Jan 29 '24 12:01 codesandbox-ci[bot]

Technically, the default value should be undefined, but I guess it's fine in the context of the demo website.

plouc avatar Jan 30 '24 23:01 plouc

Technically, the default value should be undefined, but I guess it's fine in the context of the demo website.

I agree ! But I tried using undefined as default value but it throw an error: image

scalabw avatar Jan 31 '24 20:01 scalabw