diff --git a/package-lock.json b/package-lock.json
index 2b0e1235969788c4f63e3b4155c2a52f2dfada9d..08132b1ceaa41a76fad605379e5f2ddcf375622b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12868,6 +12868,7 @@
               "version": "1.1.11",
               "bundled": true,
               "dev": true,
+              "optional": true,
               "requires": {
                 "balanced-match": "^1.0.0",
                 "concat-map": "0.0.1"
@@ -13036,6 +13037,7 @@
               "version": "3.0.4",
               "bundled": true,
               "dev": true,
+              "optional": true,
               "requires": {
                 "brace-expansion": "^1.1.7"
               }
diff --git a/src/client/components/Pie.js b/src/client/components/Pie.js
index 8e37ec4b5a7079c32a6aa0847b39ab3318f32cdd..33f4486d4bfb5dc53a9eb1e0501ff13156981062 100644
--- a/src/client/components/Pie.js
+++ b/src/client/components/Pie.js
@@ -119,7 +119,7 @@ let Pie = (props) => {
           <Paper className={classes.legendPaper}>
             <VictoryLegend
               height={legendHeigth}
-              title={'Creation place'}
+              title={'Creation place (manuscript count)'}
               colorScale={'qualitative'}
               data={legendArray}
               style={{
@@ -129,7 +129,7 @@ let Pie = (props) => {
               containerComponent={
                 <VictoryContainer
                   responsive={false}
-                  width={175}
+                  width={250}
                 />
               }
             />