Akibur Rahman

Results 10 comments of Akibur Rahman

Yes, it is a good idea. Let me update it. What if we kept both examples (js & ts), what do you think @IanVS?

Hello @ckifer, I want to work on this issue. I need a clarification, Should I use Jest to migrate the test file, or should it stay in its current state?

Okay, I want to migrate it. Then the changes will remain in this issue or you will create a new issue for this?

This feature is already available — you can adjust the table width from the settings.

Thanks @john-semble, I will look through your debug steps. I was looking through the problem, I found something wrong with the `defaultTooltipEventType="item"`. If I pass `axis`, then it works. Maybe...

I think so, right now I am debugging why `payloadFromRedux` is empty. Interestingly, if I pass `tooltipEventType=axis` getting the value for `payloadFromRedux `. In `useTooltipEventType` function, found some checks for...

I found the issue in `combineTooltipPayloadConfigurations.ts`. Here we only return payload for `axis` event type. When event type is `item`, this try to filter the value by `itemInteraction -> dataKey`....

I was trying to solve the problem outside of the `onFocus` handler. Then I came up with a solution to I will modify the `combineTooltipPayloadConfigurations`. Then I refactor that function....