Skip to content

Commit 96577f5

Browse files
committed
4031: Bumps graph height
1 parent c31ea7d commit 96577f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/data-viz/StackedBarChart/StackedBarChart2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ const StackedBarChart2 = ({ data, ...options }) => {
398398
return (
399399
<>
400400
{title && <ChartTitle compact={options.compact}>{title}</ChartTitle>}
401-
<svg width="100%" height="225" viewBox={`0 0 ${ viewBoxWidth } ${ viewBoxHeight }`} pointerEvents="none">
401+
<svg width="100%" height="275" viewBox={`0 0 ${ viewBoxWidth } ${ viewBoxHeight }`} pointerEvents="none">
402402
<title>{svgTitle}</title>
403403
<Translate>
404404
<MaxExtent

0 commit comments

Comments
 (0)