Maxime Liquet

Results 368 comments of Maxime Liquet

I think it would indeed be nicer to have a `DateRangePicker` widget, to complete the series of the date/time widgets which makes them more easily discoverable.

Happy to have some fresh eyes @droumis looking into this. My comments would be: * whatever we do should be consistent across HoloViz (if it's not consistent now, that'd be...

> The con is that other plotting frameworks like Plot uses box-zoom by default You mean *Plotly*? And what other frameworks have this default behavior? I'm more used to Pan...

> The only thing I'd like to check is how Bokeh Wheel Zoom tools behave on mobile. Well pinching doesn't seem to be supported by Bokeh so wheel zoom is...

Maybe it's just a matter of removing this condition: https://github.com/holoviz/holoviews/blob/master/holoviews/core/util.py#L248-L249

Thanks @2-5, for the `PYTHONWARNINGS=default` trick and for reporting this issue, we have indeed missed the `Dimension` case in the warning that is emitted, this is going to be fixed...

I can reproduce this issue, and confirm that the suggested workaround - `bar().opts(shared_axes=False)` - fixes the issue in the example app. Still marking this issue as a bug as this...

I agree this looks like a common kind of plot and that this should work.