godsamit

Results 8 issues of godsamit

1. I noticed that collapsed panes will change sizes on container resize... Which happens quite often if you use multiple nested ``. As suggested in the issue, there might be...

When I collapse, if I don't have an `onCollapse` callback, the panel is being correctly collapsed to the size specified in `collapseOptions.collapseSize`. However, if I add the `onCollapse` callback, it's...

if the user shrinks a window, the pane with `minSizes` set will shrink smaller than the minimal size. I know this might be a browser issue that's hard to fix...

fix

Hi, I was using version 4 looking to upgrade to version 5. I noticed that in version 5 the context menu gets appended to the parent node instead of the...

I'm baffled by the interaction between chart rotation and custom axis domain. I understand that `xDomain` is global and needs to be set in `Settings`, while y domain can be...

bug

Hello, I am trying to create a pie chart with elastic, and I'm having trouble trying to label the slices. I'm following the [example](https://elastic.github.io/elastic-charts/?path=/story/sunburst--most-basic&globals=toggles.showHeader:true;toggles.showChartTitle:false;toggles.showChartDescription:false;background:white;theme:light) here. More specifically, for the layers...

question

I apologize if this sounds more like asking for help rather than reporting an actual bug, but I am really stuck and not a whole lot of people knows this...

I'm using this multi-select, and I find that it does not respect the container width and will overflow beyond it. Upon inspection, I found that the control has `minW: 72`....