Tomasz Konopka
Tomasz Konopka
#1712 indeed seems to resolve the issue with missing bars. Given that the issue is due to animations, I checked some of the other packages (checked chord, heatmap, swarmplot). They...
Hi @damianocasula, hi @Mulli. Do you mean something like this?  https://codesandbox.io/s/hopeful-mcclintock-44m0w8?file=/src/App.js This implementation uses a custom layer. Note the sandbox only works for vertical bar plots, but hopefully you...
This effect is caused by function `Points`, which reverses an array before rendering points. The problem should be fixed by #1963 by @benurb. (Curiously, launching an app with React 18's...
Thanks @plouc for considering this and for the code review! I'll make changes (and fix the CI). You mentioned the interactive demo. The nivo.rocks website is terrific - a great...
Just to mention that this is in progress, but not ready yet
Thank you @plouc for all the comments and suggestions! They led to several changes, in some cases substantial. I added some replies to several of the invidiual points, then applied...
related to #1832
Legends are available for most charts, but it seems that feature is missing for swarmplot and bullet. @TimTimT - yes, it is possible to use BoxLegendSvg to manually create a...
@djpowers, is there a specific use-case/scenario that you are looking at? Could you share an example? A personal view is that gaps can be quite informative. When the data is...
Hi @shoxter. The example in the sandbox has 'missing data through omission', i.e. the data object does not contain any information about some row-column combinations. ``` [ { id: "row...