Tomasz Konopka

Results 39 comments of 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? ![2022-05-28-bar-totals](https://user-images.githubusercontent.com/7260190/170834387-752b8ce7-07e8-45c0-bf44-d343444d2b7e.png) 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...

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...