Canvas range and bounds

Hello, what is the best way to set one bounds for several overlayed charts in order for user not to be able to ‘Pan’ over that range ?
in Bokeh the methis is:

x_range=Range1d(min, max], bounds=(x_min, x_max), max_int=10)
how to implement this in HoloViews ?
when I tryied adding this to one of the overlays charts .opts() it does not set the bounds
Thanks