Marek Mihok
Marek Mihok
Thanks for the request! @pascal-pfeiffer @vopani could you please check whether my implementation [here](https://github.com/h2oai/wave/pull/1612#issue-1360363854) is as you imagine?
The problem lies in `tooltip.ts:L98` in `titleScale.getText(originData[titleField])` where ``` originData: { high: "2022-03-31" low: "2022-03-01" low - high: ['2022-03-01', '2022-03-31'] price: 200 } ``` and `titleField: "low - high"`. When...
Thanks @mturoci. That's a perfect idea!
The new [`ui.time_picker`](https://github.com/h2oai/wave/pull/1609) component which you can use alongside the `ui.date_picker` is here for you as a part of the Wave `0.23` release. https://wave.h2o.ai/docs/widgets/form/time_picker/ 
It is a bug on the g2 lib side. I tried the example provided on the latest g2 plot version (v5) and the brush is working only when `autoFit` is...
Hi @YounesDjelloul, thanks! 🙂 > We just need to replace this line with: `String(item[filterKey]) === filterVal` This resolves the issue, but looks like it introduces another one since it causes...
This is [not supported](https://github.com/microsoft/fluentui/issues/21851#issuecomment-1426251856) by FluentUI DetailsList Wave is using and there is no reasonable workaround. However there is the new [Tree component](https://react.fluentui.dev/?path=/docs/components-tree--default) in FluentUI v9 for this scenario. Hard...
> Could maybe [GroupedList](https://developer.microsoft.com/en-us/fluentui#/controls/web/groupedlist) be used instead? Unfortunately not. There is also not possible for both rows and groups to be rendered on the same level. The DetailsList is built...
@jding712 Hi, thanks for your interest! Sure, he can go for it.
Hi @jding712 and @nhadlaw, I'm glad you've decided to contribute to the Wave :) This should be implemented for image popups only. There is only one file related to this...