Skip to content

Commit 4eee937

Browse files
committed
fix: lower y-axis minimum to 40 for better visibility
1 parent a34f5af commit 4eee937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/ContentBinarySize.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const ContentBinarySize = (props: { productIndex: string }) => {
4343
...LINE_CHART_DEFAULT_CONFIG,
4444
data,
4545
yAxis: {
46-
min: 50,
46+
min: 40,
4747
},
4848
tooltip: {
4949
fields: ['x', 'y', 'category', 'metricsName'],

0 commit comments

Comments
 (0)