Skip to content

Commit b450e84

Browse files
andyl7anThe Meridian Authors
authored andcommitted
Clamp the maximum container width for the axis labels
PiperOrigin-RevId: 897804070
1 parent 0b013ac commit b450e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meridian/analysis/visualizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ def plot_contribution_waterfall_chart(self) -> alt.Chart:
19791979
ticks=False,
19801980
labelPadding=c.PADDING_10,
19811981
domain=False,
1982-
labelLimit=0,
1982+
labelLimit=250,
19831983
),
19841984
title=None,
19851985
sort=None,

0 commit comments

Comments
 (0)