We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ab062 commit 89df957Copy full SHA for 89df957
dash_slicer/slicer.py
@@ -259,13 +259,15 @@ def _create_dash_components(self):
259
showgrid=False,
260
showticklabels=False,
261
zeroline=False,
262
+ constrain="range",
263
)
264
fig.update_yaxes(
265
266
scaleanchor="x",
267
268
269
autorange="reversed" if self._reverse_y else True,
270
271
272
273
# Create the graph (graph is a Dash component wrapping a Plotly figure)
0 commit comments