diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx b/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx index e520abdc4a4..457bc24c4ea 100644 --- a/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx +++ b/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx @@ -50,10 +50,10 @@ export default function LanguageDistribution(props: Props) { bars={data} height={distribution.length * 25} padding={[0, 60, 0, 80]} + width={props.width} yTicks={yTicks} yTooltips={yTooltips} yValues={yValues} - width={props.width} /> ); |