We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d1f83 commit 42585f7Copy full SHA for 42585f7
src/lib/utils/dimensions.ts
@@ -121,6 +121,6 @@ export function computeChartDimensions(
121
top,
122
left,
123
width: chartWidth - hMargin - chartPaddings.left - chartPaddings.right,
124
- height: chartHeight - vMargin - chartPaddings.bottom - chartPaddings.bottom,
+ height: chartHeight - vMargin - chartPaddings.top - chartPaddings.bottom,
125
};
126
}
0 commit comments