diff --git a/packages/desktop-client/src/components/Box.js b/packages/desktop-client/src/components/Box.js
deleted file mode 100644
index fee24a48cf8181fdae95708f7dcdda506bd502fe..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/Box.js
+++ /dev/null
@@ -1,26 +0,0 @@
-import React from 'react';
-
-function getFlex(flex) {
-  flex = flex != null ? flex : 1;
-  if (typeof flex === 'number') {
-    return flex + ' 0 auto';
-  }
-  return flex;
-}
-
-function Box({ flex, children, direction, style }) {
-  return (
-    <div
-      style={{
-        ...style,
-        flex: getFlex(flex),
-        display: 'flex',
-        flexDirection: direction || 'column',
-      }}
-    >
-      {children}
-    </div>
-  );
-}
-
-export default Box;
diff --git a/packages/desktop-client/src/components/SpreadsheetInterface.js b/packages/desktop-client/src/components/SpreadsheetInterface.js
deleted file mode 100644
index d21e32c8f11e654de340f38a37860c6be4f1c1c9..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/SpreadsheetInterface.js
+++ /dev/null
@@ -1,55 +0,0 @@
-import React from 'react';
-
-import { View } from 'loot-design/src/components/common';
-import Cell from 'loot-design/src/components/spreadsheet/Cell';
-
-function SpreadsheetInterface() {
-  return (
-    <View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }} />
-        <View style={{ flex: 1 }}>1</View>
-        <View style={{ flex: 1 }}>2</View>
-        <View style={{ flex: 1 }}>3</View>
-        <View style={{ flex: 1 }}>4</View>
-      </View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }}>A</View>
-        <Cell name="A1" />
-        <Cell name="A2" />
-        <Cell name="A3" />
-        <Cell name="A4" />
-      </View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }}>B</View>
-        <Cell name="B1" />
-        <Cell name="B2" />
-        <Cell name="B3" />
-        <Cell name="B4" />
-      </View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }}>C</View>
-        <Cell name="C1" />
-        <Cell name="C2" />
-        <Cell name="C3" />
-        <Cell name="C4" />
-      </View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }}>D</View>
-        <Cell name="D1" />
-        <Cell name="D2" />
-        <Cell name="D3" />
-        <Cell name="D4" />
-      </View>
-      <View style={{ flexDirection: 'row' }}>
-        <View style={{ width: 20 }}>E</View>
-        <Cell name="E1" />
-        <Cell name="E2" />
-        <Cell name="E3" />
-        <Cell name="E4" />
-      </View>
-    </View>
-  );
-}
-
-export default SpreadsheetInterface;
diff --git a/packages/desktop-client/src/components/manager/GraphBackground.js b/packages/desktop-client/src/components/manager/GraphBackground.js
deleted file mode 100644
index 587ab671c2498831a5e6a3c53125a29850daca75..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/manager/GraphBackground.js
+++ /dev/null
@@ -1,249 +0,0 @@
-import React from 'react';
-
-function GraphBackground({ width, height, style }) {
-  return (
-    <svg
-      width={width}
-      height={height}
-      viewBox="0 0 1200 500"
-      style={style}
-      preserveAspectRatio="none"
-    >
-      <g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-2">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-2)">
-            <path
-              d="M0,429.54725850078586C0,429.54725850078586,53.333333333333336,367.317401257759,80,356.867128082319C106.66666666666666,346.41685490687905,133.33333333333334,360.6160160130778,160,366.84561944814607C186.66666666666666,373.07522288321434,213.33333333333334,393.0130573390628,240,394.24474869272854C266.6666666666667,395.47644004639426,293.3333333333333,368.3566192476968,320,374.2357675701403C346.6666666666667,380.1149158925838,373.3333333333333,438.0367375716288,400,429.5196386273896C426.6666666666667,421.0025396831504,453.3333333333333,341.05435108385024,480,323.13317390470513C506.6666666666667,305.21199672556,533.3333333333334,328.101211193513,560,321.992575552519C586.6666666666666,315.883939911525,613.3333333333334,288.0767856615046,640,286.48136005874113C666.6666666666666,284.8859344559777,693.3333333333334,312.00088161578503,720,312.4200219359383C746.6666666666666,312.8391622560915,773.3333333333334,298.9362477958778,800,288.99620197966044C826.6666666666666,279.05615616344306,853.3333333333333,245.09229653207183,879.9999999999999,252.77974703863387C906.6666666666665,260.4671975451959,933.3333333333333,339.11497630585393,960,335.12090501903265C986.6666666666667,331.12683373221137,1013.3333333333334,237.60731155316847,1040,228.81531931770616C1066.6666666666667,220.02332708224384,1093.3333333333333,276.512259705548,1120,282.36895160625875C1146.6666666666667,288.2256435069695,1200,263.95547072197064,1200,263.95547072197064L1200,500C1200,500,1146.6666666666667,500,1120,500C1093.3333333333333,500,1066.6666666666667,500,1040,500C1013.3333333333334,500,986.6666666666667,500,960,500C933.3333333333333,500,906.6666666666665,500,879.9999999999999,500C853.3333333333333,500,826.6666666666666,500,800,500C773.3333333333334,500,746.6666666666666,500,720,500C693.3333333333334,500,666.6666666666666,500,640,500C613.3333333333334,500,586.6666666666666,500,560,500C533.3333333333334,500,506.6666666666667,500,480,500C453.3333333333333,500,426.6666666666667,500,400,500C373.3333333333333,500,346.6666666666667,500,320,500C293.3333333333333,500,266.6666666666667,500,240,500C213.33333333333334,500,186.66666666666666,500,160,500C133.33333333333334,500,106.66666666666666,500,80,500C53.333333333333336,500,0,500,0,500Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-3">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-3)">
-            <path
-              d="M0,428.21392516745254C0,428.21392516745254,53.333333333333336,365.9840679244257,80,355.5337947489857C106.66666666666666,345.08352157354574,133.33333333333334,359.2826826797444,160,365.5122861148127C186.66666666666666,371.74188954988097,213.33333333333334,394.75164713104436,240,392.9114153593952C266.6666666666667,391.0711835877461,293.3333333333333,355.60130024001677,320,354.47089548491795C346.6666666666667,353.3404907298191,373.3333333333333,395.60347375437004,400,386.12898682880234C426.6666666666667,376.65449990323464,453.3333333333333,310.20212396649924,480,297.62397393151156C506.6666666666667,285.04582389652387,533.3333333333334,312.7394111532267,560,310.66008661887605C586.6666666666666,308.5807620845254,613.3333333333334,285.0769263947863,640,285.1480267254078C666.6666666666666,285.2191270560293,693.3333333333334,310.66754828245183,720,311.086688602605C746.6666666666666,311.5058289227582,773.3333333333334,297.6029144625445,800,287.66286864632707C826.6666666666666,277.72282283010964,853.3333333333333,246.57723175857333,879.9999999999999,251.44641370530053C906.6666666666665,256.3155956520277,933.3333333333333,320.87203161351147,960,316.8779603266902C986.6666666666667,312.8838890398689,1013.3333333333334,233.7046048830538,1040,227.48198598437284C1066.6666666666667,221.25936708569188,1093.3333333333333,275.5505066701492,1120,279.54224693460435C1146.6666666666667,283.5339871990595,1200,251.4324275711035,1200,251.4324275711035L1200,263.95547072197064C1200,263.95547072197064,1146.6666666666667,288.2256435069695,1120,282.36895160625875C1093.3333333333333,276.512259705548,1066.6666666666667,220.02332708224384,1040,228.81531931770616C1013.3333333333334,237.60731155316847,986.6666666666667,331.12683373221137,960,335.12090501903265C933.3333333333333,339.11497630585393,906.6666666666665,260.4671975451959,879.9999999999999,252.77974703863387C853.3333333333333,245.09229653207183,826.6666666666666,279.05615616344306,800,288.99620197966044C773.3333333333334,298.9362477958778,746.6666666666666,312.8391622560915,720,312.4200219359383C693.3333333333334,312.00088161578503,666.6666666666666,284.8859344559777,640,286.48136005874113C613.3333333333334,288.0767856615046,586.6666666666666,315.883939911525,560,321.992575552519C533.3333333333334,328.101211193513,506.6666666666667,305.21199672556,480,323.13317390470513C453.3333333333333,341.05435108385024,426.6666666666667,421.0025396831504,400,429.5196386273896C373.3333333333333,438.0367375716288,346.6666666666667,380.1149158925838,320,374.2357675701403C293.3333333333333,368.3566192476968,266.6666666666667,395.47644004639426,240,394.24474869272854C213.33333333333334,393.0130573390628,186.66666666666666,373.07522288321434,160,366.84561944814607C133.33333333333334,360.6160160130778,106.66666666666666,346.41685490687905,80,356.867128082319C53.333333333333336,367.317401257759,0,429.54725850078586,0,429.54725850078586Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(255, 255, 214, 0.8)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-4">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-4)">
-            <path
-              d="M0,326.913683193805C0,326.913683193805,53.333333333333336,251.8784720399289,80,238.86712808231908C106.66666666666666,225.85578412470926,133.33333333333334,242.61601601307785,160,248.8456194481461C186.66666666666666,255.07522288321434,213.33333333333334,276.1953089468716,240,276.24474869272854C266.6666666666667,276.2941884385855,293.3333333333333,250.2726626783865,320,249.1422579232877C346.6666666666667,248.0118531681889,373.3333333333333,280.8264786052095,400,269.4623201621357C426.6666666666667,258.0981617190619,453.3333333333333,192.20011489449874,480,180.95730726484487C506.6666666666667,169.714499635191,533.3333333333334,204.0847989185632,560,202.00547438421256C586.6666666666666,199.92614984986193,613.3333333333334,169.7456021334535,640,168.48136005874113C666.6666666666666,167.21711798402876,693.3333333333334,189.60800731750365,720,194.42002193593834C746.6666666666666,199.23203655437302,773.3333333333334,197.01545648410047,800,197.35344776934926C826.6666666666666,197.69143905459805,853.3333333333333,190.81413197397893,879.9999999999999,196.44796964743108C906.6666666666665,202.08180732088323,933.3333333333333,242.24978197480323,960,231.1564738100621C986.6666666666667,220.06316564532096,1013.3333333333334,140.55158821301785,1040,129.8881206589843C1066.6666666666667,119.22465310495075,1093.3333333333333,159.3206878256241,1120,167.1756684858608C1146.6666666666667,175.0306491460975,1200,177.0180046204045,1200,177.0180046204045L1200,251.4324275711035C1200,251.4324275711035,1146.6666666666667,283.5339871990595,1120,279.54224693460435C1093.3333333333333,275.5505066701492,1066.6666666666667,221.25936708569188,1040,227.48198598437284C1013.3333333333334,233.7046048830538,986.6666666666667,312.8838890398689,960,316.8779603266902C933.3333333333333,320.87203161351147,906.6666666666665,256.3155956520277,879.9999999999999,251.44641370530053C853.3333333333333,246.57723175857333,826.6666666666666,277.72282283010964,800,287.66286864632707C773.3333333333334,297.6029144625445,746.6666666666666,311.5058289227582,720,311.086688602605C693.3333333333334,310.66754828245183,666.6666666666666,285.2191270560293,640,285.1480267254078C613.3333333333334,285.0769263947863,586.6666666666666,308.5807620845254,560,310.66008661887605C533.3333333333334,312.7394111532267,506.6666666666667,285.04582389652387,480,297.62397393151156C453.3333333333333,310.20212396649924,426.6666666666667,376.65449990323464,400,386.12898682880234C373.3333333333333,395.60347375437004,346.6666666666667,353.3404907298191,320,354.47089548491795C293.3333333333333,355.60130024001677,266.6666666666667,391.0711835877461,240,392.9114153593952C213.33333333333334,394.75164713104436,186.66666666666666,371.74188954988097,160,365.5122861148127C133.33333333333334,359.2826826797444,106.66666666666666,345.08352157354574,80,355.5337947489857C53.333333333333336,365.9840679244257,0,428.21392516745254,0,428.21392516745254Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.9)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-5">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-5)">
-            <path
-              d="M0,323.7617133822031C0,323.7617133822031,53.333333333333336,250.2420326268841,80,237.5337947489857C106.66666666666666,224.82555687108731,133.33333333333334,241.2826826797445,160,247.51228611481275C186.66666666666666,253.741889549881,213.33333333333334,276.18021136420134,240,274.91141535939516C266.6666666666667,273.642619354589,293.3333333333333,245.81146256271987,320,239.89951008597575C346.6666666666667,233.98755760923163,373.3333333333333,252.54056939741236,400,239.4397004989304C426.6666666666667,226.33883160044843,453.3333333333333,169.98713929602033,480,161.29429669508391C506.6666666666667,152.6014540941475,533.3333333333334,186.30702322159118,560,187.28264489331184C586.6666666666666,188.2582665650325,613.3333333333334,169.40959097652882,640,167.14802672540782C666.6666666666666,164.88646247428682,693.3333333333334,171.7335644771297,720,173.71325938658578C746.6666666666666,175.69295429604185,773.3333333333334,176.38347358058428,800,179.0261961821442C826.6666666666666,181.6689187837041,853.3333333333333,183.38639235720484,879.9999999999999,189.56959499594524C906.6666666666665,195.75279763468563,933.3333333333333,231.6358229246838,960,216.12541201458652C986.6666666666667,200.61500110448924,1013.3333333333334,110.14832121491231,1040,96.50712953536157C1066.6666666666667,82.86593785581083,1093.3333333333333,123.58531841554144,1120,134.27826193728208C1146.6666666666667,144.9712054590227,1200,160.6647906658054,1200,160.6647906658054L1200,177.0180046204045C1200,177.0180046204045,1146.6666666666667,175.0306491460975,1120,167.1756684858608C1093.3333333333333,159.3206878256241,1066.6666666666667,119.22465310495075,1040,129.8881206589843C1013.3333333333334,140.55158821301785,986.6666666666667,220.06316564532096,960,231.1564738100621C933.3333333333333,242.24978197480323,906.6666666666665,202.08180732088323,879.9999999999999,196.44796964743108C853.3333333333333,190.81413197397893,826.6666666666666,197.69143905459805,800,197.35344776934926C773.3333333333334,197.01545648410047,746.6666666666666,199.23203655437302,720,194.42002193593834C693.3333333333334,189.60800731750365,666.6666666666666,167.21711798402876,640,168.48136005874113C613.3333333333334,169.7456021334535,586.6666666666666,199.92614984986193,560,202.00547438421256C533.3333333333334,204.0847989185632,506.6666666666667,169.714499635191,480,180.95730726484487C453.3333333333333,192.20011489449874,426.6666666666667,258.0981617190619,400,269.4623201621357C373.3333333333333,280.8264786052095,346.6666666666667,248.0118531681889,320,249.1422579232877C293.3333333333333,250.2726626783865,266.6666666666667,276.2941884385855,240,276.24474869272854C213.33333333333334,276.1953089468716,186.66666666666666,255.07522288321434,160,248.8456194481461C133.33333333333334,242.61601601307785,106.66666666666666,225.85578412470926,80,238.86712808231908C53.333333333333336,251.8784720399289,0,326.913683193805,0,326.913683193805Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.6)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-6">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-6)">
-            <path
-              d="M0,321.73559221494247C0,321.73559221494247,53.333333333333336,244.3805304669803,80,230.71917787574432C106.66666666666666,217.05782528450834,133.33333333333334,234.5279614583823,160,239.76747666752652C186.66666666666666,245.00699187667075,213.33333333333334,262.37082291635664,240,262.15626913060976C266.6666666666667,261.94171534486287,293.3333333333333,243.2937262605948,320,238.48015395304532C346.6666666666667,233.66658164549582,373.3333333333333,247.58409527328038,400,233.27483528531275C426.6666666666667,218.9655752973451,453.3333333333333,161.94099647262323,480,152.62459402523945C506.6666666666667,143.30819157785567,533.3333333333334,176.2554516009075,560,177.37642060101C586.6666666666666,178.49738960111253,613.3333333333334,161.07334874140474,640,159.35040802585462C666.6666666666666,157.6274673103045,693.3333333333334,164.0025184171625,720,167.0387763077092C746.6666666666666,170.07503419825593,773.3333333333334,174.5455788996633,800,177.56795536913495C826.6666666666666,180.5903318386066,853.3333333333333,179.08795313192923,879.9999999999999,185.17303512453918C906.6666666666665,191.25811711714914,933.3333333333333,229.31105213897365,960,214.0784473247947C986.6666666666667,198.84584251061574,1013.3333333333334,107.54653437310476,1040,93.7774062394655C1066.6666666666667,80.00827810582625,1093.3333333333333,122.15495997123121,1120,131.46367852295913C1146.6666666666667,140.77239707468706,1200,149.62971754983306,1200,149.62971754983306L1200,160.6647906658054C1200,160.6647906658054,1146.6666666666667,144.9712054590227,1120,134.27826193728208C1093.3333333333333,123.58531841554144,1066.6666666666667,82.86593785581083,1040,96.50712953536157C1013.3333333333334,110.14832121491231,986.6666666666667,200.61500110448924,960,216.12541201458652C933.3333333333333,231.6358229246838,906.6666666666665,195.75279763468563,879.9999999999999,189.56959499594524C853.3333333333333,183.38639235720484,826.6666666666666,181.6689187837041,800,179.0261961821442C773.3333333333334,176.38347358058428,746.6666666666666,175.69295429604185,720,173.71325938658578C693.3333333333334,171.7335644771297,666.6666666666666,164.88646247428682,640,167.14802672540782C613.3333333333334,169.40959097652882,586.6666666666666,188.2582665650325,560,187.28264489331184C533.3333333333334,186.30702322159118,506.6666666666667,152.6014540941475,480,161.29429669508391C453.3333333333333,169.98713929602033,426.6666666666667,226.33883160044843,400,239.4397004989304C373.3333333333333,252.54056939741236,346.6666666666667,233.98755760923163,320,239.89951008597575C293.3333333333333,245.81146256271987,266.6666666666667,273.642619354589,240,274.91141535939516C213.33333333333334,276.18021136420134,186.66666666666666,253.741889549881,160,247.51228611481275C133.33333333333334,241.2826826797445,106.66666666666666,224.82555687108731,80,237.5337947489857C53.333333333333336,250.2420326268841,0,323.7617133822031,0,323.7617133822031Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.3)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-7">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-7)">
-            <path
-              d="M0,316.2759280480915C0,316.2759280480915,53.333333333333336,239.311598447175,80,224.54362701107232C106.66666666666666,209.77565557496965,133.33333333333334,223.0443335606096,160,227.66809943147547C186.66666666666666,232.29186530234134,213.33333333333334,251.69797208550557,240,252.28622223626752C266.6666666666667,252.87447238702947,293.3333333333333,236.13853093018236,320,231.19760033604712C346.6666666666667,226.25666974191188,373.3333333333333,237.68908983853868,400,222.6406386714561C426.6666666666667,207.5921875043735,453.3333333333333,149.97150790181323,480,140.90689333355152C506.6666666666667,131.84227876528982,533.3333333333334,167.38181223479458,560,168.25295126188587C586.6666666666666,169.12409028897716,613.3333333333334,147.8189644408997,640,146.13372749609925C666.6666666666666,144.44849055129882,693.3333333333334,155.08692027541122,720,158.14152959308325C746.6666666666666,161.19613891075528,773.3333333333334,161.96439553415803,800,164.46138340213145C826.6666666666666,166.95837127010486,853.3333333333333,166.5150169426716,879.9999999999999,173.1234568009237C906.6666666666665,179.7318966591758,933.3333333333333,218.37402840184853,960,204.11202255164403C986.6666666666667,189.85001670143953,1013.3333333333334,101.19695114404071,1040,87.55142169969662C1066.6666666666667,73.90589225535253,1093.3333333333333,114.0260155995877,1120,122.23884588557951C1146.6666666666667,130.4516761715713,1200,136.82840341564747,1200,136.82840341564747L1200,149.62971754983306C1200,149.62971754983306,1146.6666666666667,140.77239707468706,1120,131.46367852295913C1093.3333333333333,122.15495997123121,1066.6666666666667,80.00827810582625,1040,93.7774062394655C1013.3333333333334,107.54653437310476,986.6666666666667,198.84584251061574,960,214.0784473247947C933.3333333333333,229.31105213897365,906.6666666666665,191.25811711714914,879.9999999999999,185.17303512453918C853.3333333333333,179.08795313192923,826.6666666666666,180.5903318386066,800,177.56795536913495C773.3333333333334,174.5455788996633,746.6666666666666,170.07503419825593,720,167.0387763077092C693.3333333333334,164.0025184171625,666.6666666666666,157.6274673103045,640,159.35040802585462C613.3333333333334,161.07334874140474,586.6666666666666,178.49738960111253,560,177.37642060101C533.3333333333334,176.2554516009075,506.6666666666667,143.30819157785567,480,152.62459402523945C453.3333333333333,161.94099647262323,426.6666666666667,218.9655752973451,400,233.27483528531275C373.3333333333333,247.58409527328038,346.6666666666667,233.66658164549582,320,238.48015395304532C293.3333333333333,243.2937262605948,266.6666666666667,261.94171534486287,240,262.15626913060976C213.33333333333334,262.37082291635664,186.66666666666666,245.00699187667075,160,239.76747666752652C133.33333333333334,234.5279614583823,106.66666666666666,217.05782528450834,80,230.71917787574432C53.333333333333336,244.3805304669803,0,321.73559221494247,0,321.73559221494247Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-8">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-8)">
-            <path
-              d="M0,310.48582618192785C0,310.48582618192785,53.333333333333336,232.6799358470139,80,218.00989075688017C106.66666666666666,203.33984566674644,133.33333333333334,217.48299145720196,160,222.46555564112543C186.66666666666666,227.4481198250489,213.33333333333334,246.4675523459136,240,247.905275860421C266.6666666666667,249.3429993749284,293.3333333333333,235.88388026817583,320,231.0918967281699C346.6666666666667,226.29991318816397,373.3333333333333,234.93100208663674,400,219.15337462038542C426.6666666666667,203.3757471541341,453.3333333333333,145.0767397265584,480,136.42613193066205C506.6666666666667,127.7755241347657,533.3333333333334,165.7575415789051,560,167.24972784500733C586.6666666666666,168.74191411110957,613.3333333333334,147.99409896608898,640,145.37924952727542C666.6666666666666,142.76440008846185,693.3333333333334,148.64766838421332,720,151.56063121212594C746.6666666666666,154.47359404003856,773.3333333333334,159.91878838431128,800,162.8570264947511C826.6666666666666,165.7952646051909,853.3333333333333,163.10262112522082,879.9999999999999,169.19005987476487C906.6666666666665,175.27749862430892,933.3333333333333,213.82295464224046,960,199.38165899201545C986.6666666666667,184.94036334179043,1013.3333333333334,96.10135670147007,1040,82.54228597341472C1066.6666666666667,68.98321524535937,1093.3333333333333,109.85060275300549,1120,118.0272346236834C1146.6666666666667,126.2038664943613,1200,131.60207719748217,1200,131.60207719748217L1200,136.82840341564747C1200,136.82840341564747,1146.6666666666667,130.4516761715713,1120,122.23884588557951C1093.3333333333333,114.0260155995877,1066.6666666666667,73.90589225535253,1040,87.55142169969662C1013.3333333333334,101.19695114404071,986.6666666666667,189.85001670143953,960,204.11202255164403C933.3333333333333,218.37402840184853,906.6666666666665,179.7318966591758,879.9999999999999,173.1234568009237C853.3333333333333,166.5150169426716,826.6666666666666,166.95837127010486,800,164.46138340213145C773.3333333333334,161.96439553415803,746.6666666666666,161.19613891075528,720,158.14152959308325C693.3333333333334,155.08692027541122,666.6666666666666,144.44849055129882,640,146.13372749609925C613.3333333333334,147.8189644408997,586.6666666666666,169.12409028897716,560,168.25295126188587C533.3333333333334,167.38181223479458,506.6666666666667,131.84227876528982,480,140.90689333355152C453.3333333333333,149.97150790181323,426.6666666666667,207.5921875043735,400,222.6406386714561C373.3333333333333,237.68908983853868,346.6666666666667,226.25666974191188,320,231.19760033604712C293.3333333333333,236.13853093018236,266.6666666666667,252.87447238702947,240,252.28622223626752C213.33333333333334,251.69797208550557,186.66666666666666,232.29186530234134,160,227.66809943147547C133.33333333333334,223.0443335606096,106.66666666666666,209.77565557496965,80,224.54362701107232C53.333333333333336,239.311598447175,0,316.2759280480915,0,316.2759280480915Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.18)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-9">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-9)">
-            <path
-              d="M0,305.11401932215836C0,305.11401932215836,53.333333333333336,229.57807419458555,80,214.77733050273815C106.66666666666666,199.97658681089075,133.33333333333334,211.37788364239594,160,216.3095571710739C186.66666666666666,221.24123069975184,213.33333333333334,242.95940068665465,240,244.36737167480575C266.6666666666667,245.77534266295686,293.3333333333333,229.44224769866796,320,224.75738309998047C346.6666666666667,220.072518501293,373.3333333333333,231.7302424711168,400,216.25818408268088C426.6666666666667,200.78612569424496,453.3333333333333,140.81121653732018,480,131.92503276936486C506.6666666666667,123.03884900140955,533.3333333333334,161.73762473129128,560,162.941081474949C586.6666666666666,164.1445382186067,613.3333333333334,141.73658593724412,640,139.14577323131118C666.6666666666666,136.55496052537825,693.3333333333334,144.367723825823,720,147.3962052393514C746.6666666666666,150.42468665287979,773.3333333333334,154.32561573412673,800,157.3166617124815C826.6666666666666,160.30770769083628,853.3333333333333,158.906762256721,879.9999999999999,165.3424811094801C906.6666666666665,171.7781999622392,933.3333333333333,210.73230738888958,960,195.93097482903613C986.6666666666667,181.12964226918268,1013.3333333333334,90.4707281605126,1040,76.53448575035941C1066.6666666666667,62.59824334020621,1093.3333333333333,104.05223120779034,1120,112.31352036811694C1146.6666666666667,120.57480952844354,1200,126.10222071231902,1200,126.10222071231902L1200,131.60207719748217C1200,131.60207719748217,1146.6666666666667,126.2038664943613,1120,118.0272346236834C1093.3333333333333,109.85060275300549,1066.6666666666667,68.98321524535937,1040,82.54228597341472C1013.3333333333334,96.10135670147007,986.6666666666667,184.94036334179043,960,199.38165899201545C933.3333333333333,213.82295464224046,906.6666666666665,175.27749862430892,879.9999999999999,169.19005987476487C853.3333333333333,163.10262112522082,826.6666666666666,165.7952646051909,800,162.8570264947511C773.3333333333334,159.91878838431128,746.6666666666666,154.47359404003856,720,151.56063121212594C693.3333333333334,148.64766838421332,666.6666666666666,142.76440008846185,640,145.37924952727542C613.3333333333334,147.99409896608898,586.6666666666666,168.74191411110957,560,167.24972784500733C533.3333333333334,165.7575415789051,506.6666666666667,127.7755241347657,480,136.42613193066205C453.3333333333333,145.0767397265584,426.6666666666667,203.3757471541341,400,219.15337462038542C373.3333333333333,234.93100208663674,346.6666666666667,226.29991318816397,320,231.0918967281699C293.3333333333333,235.88388026817583,266.6666666666667,249.3429993749284,240,247.905275860421C213.33333333333334,246.4675523459136,186.66666666666666,227.4481198250489,160,222.46555564112543C133.33333333333334,217.48299145720196,106.66666666666666,203.33984566674644,80,218.00989075688017C53.333333333333336,232.6799358470139,0,310.48582618192785,0,310.48582618192785Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-10">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-10)">
-            <path
-              d="M0,305.04780901069887C0,305.04780901069887,53.333333333333336,229.5009808669197,80,214.3133455911202C106.66666666666666,199.1257103153207,133.33333333333334,209.28631240350322,160,213.9219973559019C186.66666666666666,218.5576823083006,213.33333333333334,240.42060130481042,240,242.12745530551229C266.6666666666667,243.83430930621415,293.3333333333333,228.58505840040354,320,224.1631213601131C346.6666666666667,219.74118431982268,373.3333333333333,230.99746478621597,400,215.59583306376965C426.6666666666667,200.19420134132332,453.3333333333333,140.97086467214,480,131.7533310254351C506.6666666666667,122.53579737873021,533.3333333333334,159.2442673560655,560,160.29063118354026C586.6666666666666,161.336995011015,613.3333333333334,140.5609421757835,640,138.03151399028366C666.6666666666666,135.5020858047838,693.3333333333334,141.98829880135094,720,145.11406207054108C746.6666666666666,148.23982533973123,773.3333333333334,153.4909841504474,800,156.78609360542458C826.6666666666666,160.08120306040178,853.3333333333333,158.77636365522864,879.9999999999999,164.8847188004043C906.6666666666665,170.99307394557997,933.3333333333333,208.42699344365087,960,193.43622447647863C986.6666666666667,178.44545550930638,1013.3333333333334,88.83967435368103,1040,74.94010499737078C1066.6666666666667,61.04053564106053,1093.3333333333333,101.85439716008013,1120,110.03880833861712C1146.6666666666667,118.2232195171541,1200,124.0465720685927,1200,124.0465720685927L1200,126.10222071231902C1200,126.10222071231902,1146.6666666666667,120.57480952844354,1120,112.31352036811694C1093.3333333333333,104.05223120779034,1066.6666666666667,62.59824334020621,1040,76.53448575035941C1013.3333333333334,90.4707281605126,986.6666666666667,181.12964226918268,960,195.93097482903613C933.3333333333333,210.73230738888958,906.6666666666665,171.7781999622392,879.9999999999999,165.3424811094801C853.3333333333333,158.906762256721,826.6666666666666,160.30770769083628,800,157.3166617124815C773.3333333333334,154.32561573412673,746.6666666666666,150.42468665287979,720,147.3962052393514C693.3333333333334,144.367723825823,666.6666666666666,136.55496052537825,640,139.14577323131118C613.3333333333334,141.73658593724412,586.6666666666666,164.1445382186067,560,162.941081474949C533.3333333333334,161.73762473129128,506.6666666666667,123.03884900140955,480,131.92503276936486C453.3333333333333,140.81121653732018,426.6666666666667,200.78612569424496,400,216.25818408268088C373.3333333333333,231.7302424711168,346.6666666666667,220.072518501293,320,224.75738309998047C293.3333333333333,229.44224769866796,266.6666666666667,245.77534266295686,240,244.36737167480575C213.33333333333334,242.95940068665465,186.66666666666666,221.24123069975184,160,216.3095571710739C133.33333333333334,211.37788364239594,106.66666666666666,199.97658681089075,80,214.77733050273815C53.333333333333336,229.57807419458555,0,305.11401932215836,0,305.11401932215836Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.06)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-      </g>
-    </svg>
-  );
-}
-
-export default GraphBackground;
diff --git a/packages/desktop-client/src/components/manager/GraphBackground.svg b/packages/desktop-client/src/components/manager/GraphBackground.svg
deleted file mode 100644
index e4d54914e371b685847b9a7db99addafc9b0148f..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/manager/GraphBackground.svg
+++ /dev/null
@@ -1,232 +0,0 @@
-    <svg
-      viewBox="0 0 1200 500"
-      preserveAspectRatio="none"
-    >
-      <g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-2">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-2)">
-            <path
-              d="M0,429.54725850078586C0,429.54725850078586,53.333333333333336,367.317401257759,80,356.867128082319C106.66666666666666,346.41685490687905,133.33333333333334,360.6160160130778,160,366.84561944814607C186.66666666666666,373.07522288321434,213.33333333333334,393.0130573390628,240,394.24474869272854C266.6666666666667,395.47644004639426,293.3333333333333,368.3566192476968,320,374.2357675701403C346.6666666666667,380.1149158925838,373.3333333333333,438.0367375716288,400,429.5196386273896C426.6666666666667,421.0025396831504,453.3333333333333,341.05435108385024,480,323.13317390470513C506.6666666666667,305.21199672556,533.3333333333334,328.101211193513,560,321.992575552519C586.6666666666666,315.883939911525,613.3333333333334,288.0767856615046,640,286.48136005874113C666.6666666666666,284.8859344559777,693.3333333333334,312.00088161578503,720,312.4200219359383C746.6666666666666,312.8391622560915,773.3333333333334,298.9362477958778,800,288.99620197966044C826.6666666666666,279.05615616344306,853.3333333333333,245.09229653207183,879.9999999999999,252.77974703863387C906.6666666666665,260.4671975451959,933.3333333333333,339.11497630585393,960,335.12090501903265C986.6666666666667,331.12683373221137,1013.3333333333334,237.60731155316847,1040,228.81531931770616C1066.6666666666667,220.02332708224384,1093.3333333333333,276.512259705548,1120,282.36895160625875C1146.6666666666667,288.2256435069695,1200,263.95547072197064,1200,263.95547072197064L1200,500C1200,500,1146.6666666666667,500,1120,500C1093.3333333333333,500,1066.6666666666667,500,1040,500C1013.3333333333334,500,986.6666666666667,500,960,500C933.3333333333333,500,906.6666666666665,500,879.9999999999999,500C853.3333333333333,500,826.6666666666666,500,800,500C773.3333333333334,500,746.6666666666666,500,720,500C693.3333333333334,500,666.6666666666666,500,640,500C613.3333333333334,500,586.6666666666666,500,560,500C533.3333333333334,500,506.6666666666667,500,480,500C453.3333333333333,500,426.6666666666667,500,400,500C373.3333333333333,500,346.6666666666667,500,320,500C293.3333333333333,500,266.6666666666667,500,240,500C213.33333333333334,500,186.66666666666666,500,160,500C133.33333333333334,500,106.66666666666666,500,80,500C53.333333333333336,500,0,500,0,500Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="#102A43"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-3">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-3)">
-            <path
-              d="M0,428.21392516745254C0,428.21392516745254,53.333333333333336,365.9840679244257,80,355.5337947489857C106.66666666666666,345.08352157354574,133.33333333333334,359.2826826797444,160,365.5122861148127C186.66666666666666,371.74188954988097,213.33333333333334,394.75164713104436,240,392.9114153593952C266.6666666666667,391.0711835877461,293.3333333333333,355.60130024001677,320,354.47089548491795C346.6666666666667,353.3404907298191,373.3333333333333,395.60347375437004,400,386.12898682880234C426.6666666666667,376.65449990323464,453.3333333333333,310.20212396649924,480,297.62397393151156C506.6666666666667,285.04582389652387,533.3333333333334,312.7394111532267,560,310.66008661887605C586.6666666666666,308.5807620845254,613.3333333333334,285.0769263947863,640,285.1480267254078C666.6666666666666,285.2191270560293,693.3333333333334,310.66754828245183,720,311.086688602605C746.6666666666666,311.5058289227582,773.3333333333334,297.6029144625445,800,287.66286864632707C826.6666666666666,277.72282283010964,853.3333333333333,246.57723175857333,879.9999999999999,251.44641370530053C906.6666666666665,256.3155956520277,933.3333333333333,320.87203161351147,960,316.8779603266902C986.6666666666667,312.8838890398689,1013.3333333333334,233.7046048830538,1040,227.48198598437284C1066.6666666666667,221.25936708569188,1093.3333333333333,275.5505066701492,1120,279.54224693460435C1146.6666666666667,283.5339871990595,1200,251.4324275711035,1200,251.4324275711035L1200,263.95547072197064C1200,263.95547072197064,1146.6666666666667,288.2256435069695,1120,282.36895160625875C1093.3333333333333,276.512259705548,1066.6666666666667,220.02332708224384,1040,228.81531931770616C1013.3333333333334,237.60731155316847,986.6666666666667,331.12683373221137,960,335.12090501903265C933.3333333333333,339.11497630585393,906.6666666666665,260.4671975451959,879.9999999999999,252.77974703863387C853.3333333333333,245.09229653207183,826.6666666666666,279.05615616344306,800,288.99620197966044C773.3333333333334,298.9362477958778,746.6666666666666,312.8391622560915,720,312.4200219359383C693.3333333333334,312.00088161578503,666.6666666666666,284.8859344559777,640,286.48136005874113C613.3333333333334,288.0767856615046,586.6666666666666,315.883939911525,560,321.992575552519C533.3333333333334,328.101211193513,506.6666666666667,305.21199672556,480,323.13317390470513C453.3333333333333,341.05435108385024,426.6666666666667,421.0025396831504,400,429.5196386273896C373.3333333333333,438.0367375716288,346.6666666666667,380.1149158925838,320,374.2357675701403C293.3333333333333,368.3566192476968,266.6666666666667,395.47644004639426,240,394.24474869272854C213.33333333333334,393.0130573390628,186.66666666666666,373.07522288321434,160,366.84561944814607C133.33333333333334,360.6160160130778,106.66666666666666,346.41685490687905,80,356.867128082319C53.333333333333336,367.317401257759,0,429.54725850078586,0,429.54725850078586Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(255, 255, 214, 0.8)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-4">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-4)">
-            <path
-              d="M0,326.913683193805C0,326.913683193805,53.333333333333336,251.8784720399289,80,238.86712808231908C106.66666666666666,225.85578412470926,133.33333333333334,242.61601601307785,160,248.8456194481461C186.66666666666666,255.07522288321434,213.33333333333334,276.1953089468716,240,276.24474869272854C266.6666666666667,276.2941884385855,293.3333333333333,250.2726626783865,320,249.1422579232877C346.6666666666667,248.0118531681889,373.3333333333333,280.8264786052095,400,269.4623201621357C426.6666666666667,258.0981617190619,453.3333333333333,192.20011489449874,480,180.95730726484487C506.6666666666667,169.714499635191,533.3333333333334,204.0847989185632,560,202.00547438421256C586.6666666666666,199.92614984986193,613.3333333333334,169.7456021334535,640,168.48136005874113C666.6666666666666,167.21711798402876,693.3333333333334,189.60800731750365,720,194.42002193593834C746.6666666666666,199.23203655437302,773.3333333333334,197.01545648410047,800,197.35344776934926C826.6666666666666,197.69143905459805,853.3333333333333,190.81413197397893,879.9999999999999,196.44796964743108C906.6666666666665,202.08180732088323,933.3333333333333,242.24978197480323,960,231.1564738100621C986.6666666666667,220.06316564532096,1013.3333333333334,140.55158821301785,1040,129.8881206589843C1066.6666666666667,119.22465310495075,1093.3333333333333,159.3206878256241,1120,167.1756684858608C1146.6666666666667,175.0306491460975,1200,177.0180046204045,1200,177.0180046204045L1200,251.4324275711035C1200,251.4324275711035,1146.6666666666667,283.5339871990595,1120,279.54224693460435C1093.3333333333333,275.5505066701492,1066.6666666666667,221.25936708569188,1040,227.48198598437284C1013.3333333333334,233.7046048830538,986.6666666666667,312.8838890398689,960,316.8779603266902C933.3333333333333,320.87203161351147,906.6666666666665,256.3155956520277,879.9999999999999,251.44641370530053C853.3333333333333,246.57723175857333,826.6666666666666,277.72282283010964,800,287.66286864632707C773.3333333333334,297.6029144625445,746.6666666666666,311.5058289227582,720,311.086688602605C693.3333333333334,310.66754828245183,666.6666666666666,285.2191270560293,640,285.1480267254078C613.3333333333334,285.0769263947863,586.6666666666666,308.5807620845254,560,310.66008661887605C533.3333333333334,312.7394111532267,506.6666666666667,285.04582389652387,480,297.62397393151156C453.3333333333333,310.20212396649924,426.6666666666667,376.65449990323464,400,386.12898682880234C373.3333333333333,395.60347375437004,346.6666666666667,353.3404907298191,320,354.47089548491795C293.3333333333333,355.60130024001677,266.6666666666667,391.0711835877461,240,392.9114153593952C213.33333333333334,394.75164713104436,186.66666666666666,371.74188954988097,160,365.5122861148127C133.33333333333334,359.2826826797444,106.66666666666666,345.08352157354574,80,355.5337947489857C53.333333333333336,365.9840679244257,0,428.21392516745254,0,428.21392516745254Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(155, 102, 255, 0.9)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-5">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-5)">
-            <path
-              d="M0,323.7617133822031C0,323.7617133822031,53.333333333333336,250.2420326268841,80,237.5337947489857C106.66666666666666,224.82555687108731,133.33333333333334,241.2826826797445,160,247.51228611481275C186.66666666666666,253.741889549881,213.33333333333334,276.18021136420134,240,274.91141535939516C266.6666666666667,273.642619354589,293.3333333333333,245.81146256271987,320,239.89951008597575C346.6666666666667,233.98755760923163,373.3333333333333,252.54056939741236,400,239.4397004989304C426.6666666666667,226.33883160044843,453.3333333333333,169.98713929602033,480,161.29429669508391C506.6666666666667,152.6014540941475,533.3333333333334,186.30702322159118,560,187.28264489331184C586.6666666666666,188.2582665650325,613.3333333333334,169.40959097652882,640,167.14802672540782C666.6666666666666,164.88646247428682,693.3333333333334,171.7335644771297,720,173.71325938658578C746.6666666666666,175.69295429604185,773.3333333333334,176.38347358058428,800,179.0261961821442C826.6666666666666,181.6689187837041,853.3333333333333,183.38639235720484,879.9999999999999,189.56959499594524C906.6666666666665,195.75279763468563,933.3333333333333,231.6358229246838,960,216.12541201458652C986.6666666666667,200.61500110448924,1013.3333333333334,110.14832121491231,1040,96.50712953536157C1066.6666666666667,82.86593785581083,1093.3333333333333,123.58531841554144,1120,134.27826193728208C1146.6666666666667,144.9712054590227,1200,160.6647906658054,1200,160.6647906658054L1200,177.0180046204045C1200,177.0180046204045,1146.6666666666667,175.0306491460975,1120,167.1756684858608C1093.3333333333333,159.3206878256241,1066.6666666666667,119.22465310495075,1040,129.8881206589843C1013.3333333333334,140.55158821301785,986.6666666666667,220.06316564532096,960,231.1564738100621C933.3333333333333,242.24978197480323,906.6666666666665,202.08180732088323,879.9999999999999,196.44796964743108C853.3333333333333,190.81413197397893,826.6666666666666,197.69143905459805,800,197.35344776934926C773.3333333333334,197.01545648410047,746.6666666666666,199.23203655437302,720,194.42002193593834C693.3333333333334,189.60800731750365,666.6666666666666,167.21711798402876,640,168.48136005874113C613.3333333333334,169.7456021334535,586.6666666666666,199.92614984986193,560,202.00547438421256C533.3333333333334,204.0847989185632,506.6666666666667,169.714499635191,480,180.95730726484487C453.3333333333333,192.20011489449874,426.6666666666667,258.0981617190619,400,269.4623201621357C373.3333333333333,280.8264786052095,346.6666666666667,248.0118531681889,320,249.1422579232877C293.3333333333333,250.2726626783865,266.6666666666667,276.2941884385855,240,276.24474869272854C213.33333333333334,276.1953089468716,186.66666666666666,255.07522288321434,160,248.8456194481461C133.33333333333334,242.61601601307785,106.66666666666666,225.85578412470926,80,238.86712808231908C53.333333333333336,251.8784720399289,0,326.913683193805,0,326.913683193805Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(155, 102, 255, 0.6)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-6">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-6)">
-            <path
-              d="M0,321.73559221494247C0,321.73559221494247,53.333333333333336,244.3805304669803,80,230.71917787574432C106.66666666666666,217.05782528450834,133.33333333333334,234.5279614583823,160,239.76747666752652C186.66666666666666,245.00699187667075,213.33333333333334,262.37082291635664,240,262.15626913060976C266.6666666666667,261.94171534486287,293.3333333333333,243.2937262605948,320,238.48015395304532C346.6666666666667,233.66658164549582,373.3333333333333,247.58409527328038,400,233.27483528531275C426.6666666666667,218.9655752973451,453.3333333333333,161.94099647262323,480,152.62459402523945C506.6666666666667,143.30819157785567,533.3333333333334,176.2554516009075,560,177.37642060101C586.6666666666666,178.49738960111253,613.3333333333334,161.07334874140474,640,159.35040802585462C666.6666666666666,157.6274673103045,693.3333333333334,164.0025184171625,720,167.0387763077092C746.6666666666666,170.07503419825593,773.3333333333334,174.5455788996633,800,177.56795536913495C826.6666666666666,180.5903318386066,853.3333333333333,179.08795313192923,879.9999999999999,185.17303512453918C906.6666666666665,191.25811711714914,933.3333333333333,229.31105213897365,960,214.0784473247947C986.6666666666667,198.84584251061574,1013.3333333333334,107.54653437310476,1040,93.7774062394655C1066.6666666666667,80.00827810582625,1093.3333333333333,122.15495997123121,1120,131.46367852295913C1146.6666666666667,140.77239707468706,1200,149.62971754983306,1200,149.62971754983306L1200,160.6647906658054C1200,160.6647906658054,1146.6666666666667,144.9712054590227,1120,134.27826193728208C1093.3333333333333,123.58531841554144,1066.6666666666667,82.86593785581083,1040,96.50712953536157C1013.3333333333334,110.14832121491231,986.6666666666667,200.61500110448924,960,216.12541201458652C933.3333333333333,231.6358229246838,906.6666666666665,195.75279763468563,879.9999999999999,189.56959499594524C853.3333333333333,183.38639235720484,826.6666666666666,181.6689187837041,800,179.0261961821442C773.3333333333334,176.38347358058428,746.6666666666666,175.69295429604185,720,173.71325938658578C693.3333333333334,171.7335644771297,666.6666666666666,164.88646247428682,640,167.14802672540782C613.3333333333334,169.40959097652882,586.6666666666666,188.2582665650325,560,187.28264489331184C533.3333333333334,186.30702322159118,506.6666666666667,152.6014540941475,480,161.29429669508391C453.3333333333333,169.98713929602033,426.6666666666667,226.33883160044843,400,239.4397004989304C373.3333333333333,252.54056939741236,346.6666666666667,233.98755760923163,320,239.89951008597575C293.3333333333333,245.81146256271987,266.6666666666667,273.642619354589,240,274.91141535939516C213.33333333333334,276.18021136420134,186.66666666666666,253.741889549881,160,247.51228611481275C133.33333333333334,241.2826826797445,106.66666666666666,224.82555687108731,80,237.5337947489857C53.333333333333336,250.2420326268841,0,323.7617133822031,0,323.7617133822031Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(155, 102, 255, 0.3)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-7">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-7)">
-            <path
-              d="M0,316.2759280480915C0,316.2759280480915,53.333333333333336,239.311598447175,80,224.54362701107232C106.66666666666666,209.77565557496965,133.33333333333334,223.0443335606096,160,227.66809943147547C186.66666666666666,232.29186530234134,213.33333333333334,251.69797208550557,240,252.28622223626752C266.6666666666667,252.87447238702947,293.3333333333333,236.13853093018236,320,231.19760033604712C346.6666666666667,226.25666974191188,373.3333333333333,237.68908983853868,400,222.6406386714561C426.6666666666667,207.5921875043735,453.3333333333333,149.97150790181323,480,140.90689333355152C506.6666666666667,131.84227876528982,533.3333333333334,167.38181223479458,560,168.25295126188587C586.6666666666666,169.12409028897716,613.3333333333334,147.8189644408997,640,146.13372749609925C666.6666666666666,144.44849055129882,693.3333333333334,155.08692027541122,720,158.14152959308325C746.6666666666666,161.19613891075528,773.3333333333334,161.96439553415803,800,164.46138340213145C826.6666666666666,166.95837127010486,853.3333333333333,166.5150169426716,879.9999999999999,173.1234568009237C906.6666666666665,179.7318966591758,933.3333333333333,218.37402840184853,960,204.11202255164403C986.6666666666667,189.85001670143953,1013.3333333333334,101.19695114404071,1040,87.55142169969662C1066.6666666666667,73.90589225535253,1093.3333333333333,114.0260155995877,1120,122.23884588557951C1146.6666666666667,130.4516761715713,1200,136.82840341564747,1200,136.82840341564747L1200,149.62971754983306C1200,149.62971754983306,1146.6666666666667,140.77239707468706,1120,131.46367852295913C1093.3333333333333,122.15495997123121,1066.6666666666667,80.00827810582625,1040,93.7774062394655C1013.3333333333334,107.54653437310476,986.6666666666667,198.84584251061574,960,214.0784473247947C933.3333333333333,229.31105213897365,906.6666666666665,191.25811711714914,879.9999999999999,185.17303512453918C853.3333333333333,179.08795313192923,826.6666666666666,180.5903318386066,800,177.56795536913495C773.3333333333334,174.5455788996633,746.6666666666666,170.07503419825593,720,167.0387763077092C693.3333333333334,164.0025184171625,666.6666666666666,157.6274673103045,640,159.35040802585462C613.3333333333334,161.07334874140474,586.6666666666666,178.49738960111253,560,177.37642060101C533.3333333333334,176.2554516009075,506.6666666666667,143.30819157785567,480,152.62459402523945C453.3333333333333,161.94099647262323,426.6666666666667,218.9655752973451,400,233.27483528531275C373.3333333333333,247.58409527328038,346.6666666666667,233.66658164549582,320,238.48015395304532C293.3333333333333,243.2937262605948,266.6666666666667,261.94171534486287,240,262.15626913060976C213.33333333333334,262.37082291635664,186.66666666666666,245.00699187667075,160,239.76747666752652C133.33333333333334,234.5279614583823,106.66666666666666,217.05782528450834,80,230.71917787574432C53.333333333333336,244.3805304669803,0,321.73559221494247,0,321.73559221494247Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="#102A43"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-8">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-8)">
-            <path
-              d="M0,310.48582618192785C0,310.48582618192785,53.333333333333336,232.6799358470139,80,218.00989075688017C106.66666666666666,203.33984566674644,133.33333333333334,217.48299145720196,160,222.46555564112543C186.66666666666666,227.4481198250489,213.33333333333334,246.4675523459136,240,247.905275860421C266.6666666666667,249.3429993749284,293.3333333333333,235.88388026817583,320,231.0918967281699C346.6666666666667,226.29991318816397,373.3333333333333,234.93100208663674,400,219.15337462038542C426.6666666666667,203.3757471541341,453.3333333333333,145.0767397265584,480,136.42613193066205C506.6666666666667,127.7755241347657,533.3333333333334,165.7575415789051,560,167.24972784500733C586.6666666666666,168.74191411110957,613.3333333333334,147.99409896608898,640,145.37924952727542C666.6666666666666,142.76440008846185,693.3333333333334,148.64766838421332,720,151.56063121212594C746.6666666666666,154.47359404003856,773.3333333333334,159.91878838431128,800,162.8570264947511C826.6666666666666,165.7952646051909,853.3333333333333,163.10262112522082,879.9999999999999,169.19005987476487C906.6666666666665,175.27749862430892,933.3333333333333,213.82295464224046,960,199.38165899201545C986.6666666666667,184.94036334179043,1013.3333333333334,96.10135670147007,1040,82.54228597341472C1066.6666666666667,68.98321524535937,1093.3333333333333,109.85060275300549,1120,118.0272346236834C1146.6666666666667,126.2038664943613,1200,131.60207719748217,1200,131.60207719748217L1200,136.82840341564747C1200,136.82840341564747,1146.6666666666667,130.4516761715713,1120,122.23884588557951C1093.3333333333333,114.0260155995877,1066.6666666666667,73.90589225535253,1040,87.55142169969662C1013.3333333333334,101.19695114404071,986.6666666666667,189.85001670143953,960,204.11202255164403C933.3333333333333,218.37402840184853,906.6666666666665,179.7318966591758,879.9999999999999,173.1234568009237C853.3333333333333,166.5150169426716,826.6666666666666,166.95837127010486,800,164.46138340213145C773.3333333333334,161.96439553415803,746.6666666666666,161.19613891075528,720,158.14152959308325C693.3333333333334,155.08692027541122,666.6666666666666,144.44849055129882,640,146.13372749609925C613.3333333333334,147.8189644408997,586.6666666666666,169.12409028897716,560,168.25295126188587C533.3333333333334,167.38181223479458,506.6666666666667,131.84227876528982,480,140.90689333355152C453.3333333333333,149.97150790181323,426.6666666666667,207.5921875043735,400,222.6406386714561C373.3333333333333,237.68908983853868,346.6666666666667,226.25666974191188,320,231.19760033604712C293.3333333333333,236.13853093018236,266.6666666666667,252.87447238702947,240,252.28622223626752C213.33333333333334,251.69797208550557,186.66666666666666,232.29186530234134,160,227.66809943147547C133.33333333333334,223.0443335606096,106.66666666666666,209.77565557496965,80,224.54362701107232C53.333333333333336,239.311598447175,0,316.2759280480915,0,316.2759280480915Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(155, 102, 255, 0.18)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-9">
-              <rect
-                x="0"
-                y="0"
-                width="1200"
-                height="500"
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-9)">
-            <path
-              d="M0,305.11401932215836C0,305.11401932215836,53.333333333333336,229.57807419458555,80,214.77733050273815C106.66666666666666,199.97658681089075,133.33333333333334,211.37788364239594,160,216.3095571710739C186.66666666666666,221.24123069975184,213.33333333333334,242.95940068665465,240,244.36737167480575C266.6666666666667,245.77534266295686,293.3333333333333,229.44224769866796,320,224.75738309998047C346.6666666666667,220.072518501293,373.3333333333333,231.7302424711168,400,216.25818408268088C426.6666666666667,200.78612569424496,453.3333333333333,140.81121653732018,480,131.92503276936486C506.6666666666667,123.03884900140955,533.3333333333334,161.73762473129128,560,162.941081474949C586.6666666666666,164.1445382186067,613.3333333333334,141.73658593724412,640,139.14577323131118C666.6666666666666,136.55496052537825,693.3333333333334,144.367723825823,720,147.3962052393514C746.6666666666666,150.42468665287979,773.3333333333334,154.32561573412673,800,157.3166617124815C826.6666666666666,160.30770769083628,853.3333333333333,158.906762256721,879.9999999999999,165.3424811094801C906.6666666666665,171.7781999622392,933.3333333333333,210.73230738888958,960,195.93097482903613C986.6666666666667,181.12964226918268,1013.3333333333334,90.4707281605126,1040,76.53448575035941C1066.6666666666667,62.59824334020621,1093.3333333333333,104.05223120779034,1120,112.31352036811694C1146.6666666666667,120.57480952844354,1200,126.10222071231902,1200,126.10222071231902L1200,131.60207719748217C1200,131.60207719748217,1146.6666666666667,126.2038664943613,1120,118.0272346236834C1093.3333333333333,109.85060275300549,1066.6666666666667,68.98321524535937,1040,82.54228597341472C1013.3333333333334,96.10135670147007,986.6666666666667,184.94036334179043,960,199.38165899201545C933.3333333333333,213.82295464224046,906.6666666666665,175.27749862430892,879.9999999999999,169.19005987476487C853.3333333333333,163.10262112522082,826.6666666666666,165.7952646051909,800,162.8570264947511C773.3333333333334,159.91878838431128,746.6666666666666,154.47359404003856,720,151.56063121212594C693.3333333333334,148.64766838421332,666.6666666666666,142.76440008846185,640,145.37924952727542C613.3333333333334,147.99409896608898,586.6666666666666,168.74191411110957,560,167.24972784500733C533.3333333333334,165.7575415789051,506.6666666666667,127.7755241347657,480,136.42613193066205C453.3333333333333,145.0767397265584,426.6666666666667,203.3757471541341,400,219.15337462038542C373.3333333333333,234.93100208663674,346.6666666666667,226.29991318816397,320,231.0918967281699C293.3333333333333,235.88388026817583,266.6666666666667,249.3429993749284,240,247.905275860421C213.33333333333334,246.4675523459136,186.66666666666666,227.4481198250489,160,222.46555564112543C133.33333333333334,217.48299145720196,106.66666666666666,203.33984566674644,80,218.00989075688017C53.333333333333336,232.6799358470139,0,310.48582618192785,0,310.48582618192785Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="#102A43"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-        <g>
-          <defs>
-            <clipPath id="victory-clip-10">
-              <rect
-                x="0"
-                y="0" 
-                width="1200"  
-                height="500"  
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-10)">
-            <path
-              d="M0,305.04780901069887C0,305.04780901069887,53.333333333333336,229.5009808669197,80,214.3133455911202C106.66666666666666,199.1257103153207,133.33333333333334,209.28631240350322,160,213.9219973559019C186.66666666666666,218.5576823083006,213.33333333333334,240.42060130481042,240,242.12745530551229C266.6666666666667,243.83430930621415,293.3333333333333,228.58505840040354,320,224.1631213601131C346.6666666666667,219.74118431982268,373.3333333333333,230.99746478621597,400,215.59583306376965C426.6666666666667,200.19420134132332,453.3333333333333,140.97086467214,480,131.7533310254351C506.6666666666667,122.53579737873021,533.3333333333334,159.2442673560655,560,160.29063118354026C586.6666666666666,161.336995011015,613.3333333333334,140.5609421757835,640,138.03151399028366C666.6666666666666,135.5020858047838,693.3333333333334,141.98829880135094,720,145.11406207054108C746.6666666666666,148.23982533973123,773.3333333333334,153.4909841504474,800,156.78609360542458C826.6666666666666,160.08120306040178,853.3333333333333,158.77636365522864,879.9999999999999,164.8847188004043C906.6666666666665,170.99307394557997,933.3333333333333,208.42699344365087,960,193.43622447647863C986.6666666666667,178.44545550930638,1013.3333333333334,88.83967435368103,1040,74.94010499737078C1066.6666666666667,61.04053564106053,1093.3333333333333,101.85439716008013,1120,110.03880833861712C1146.6666666666667,118.2232195171541,1200,124.0465720685927,1200,124.0465720685927L1200,126.10222071231902C1200,126.10222071231902,1146.6666666666667,120.57480952844354,1120,112.31352036811694C1093.3333333333333,104.05223120779034,1066.6666666666667,62.59824334020621,1040,76.53448575035941C1013.3333333333334,90.4707281605126,986.6666666666667,181.12964226918268,960,195.93097482903613C933.3333333333333,210.73230738888958,906.6666666666665,171.7781999622392,879.9999999999999,165.3424811094801C853.3333333333333,158.906762256721,826.6666666666666,160.30770769083628,800,157.3166617124815C773.3333333333334,154.32561573412673,746.6666666666666,150.42468665287979,720,147.3962052393514C693.3333333333334,144.367723825823,666.6666666666666,136.55496052537825,640,139.14577323131118C613.3333333333334,141.73658593724412,586.6666666666666,164.1445382186067,560,162.941081474949C533.3333333333334,161.73762473129128,506.6666666666667,123.03884900140955,480,131.92503276936486C453.3333333333333,140.81121653732018,426.6666666666667,200.78612569424496,400,216.25818408268088C373.3333333333333,231.7302424711168,346.6666666666667,220.072518501293,320,224.75738309998047C293.3333333333333,229.44224769866796,266.6666666666667,245.77534266295686,240,244.36737167480575C213.33333333333334,242.95940068665465,186.66666666666666,221.24123069975184,160,216.3095571710739C133.33333333333334,211.37788364239594,106.66666666666666,199.97658681089075,80,214.77733050273815C53.333333333333336,229.57807419458555,0,305.11401932215836,0,305.11401932215836Z"
-              role="presentation"
-              shapeRendering="auto"
-              fill="rgba(155, 102, 255, 0.06)"
-              stroke="none"
-              width="200"
-            />
-          </g>
-        </g>
-      </g>
-    </svg>
diff --git a/packages/desktop-client/src/components/manager/GraphBackground2.js b/packages/desktop-client/src/components/manager/GraphBackground2.js
deleted file mode 100644
index ce56d45c4375f3955cf233eb5695dcf8a0dbac2b..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/manager/GraphBackground2.js
+++ /dev/null
@@ -1,249 +0,0 @@
-import React from 'react';
-
-function GraphBackground2({ width, height, style }) {
-  return (
-    <svg
-      width={width}
-      height={height}
-      viewBox="0 0 1200 500"
-      style={style}
-      preserveAspectRatio="none"
-    >
-      <g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-2">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-2)">
-            <path
-              d="M0,428.42692721016596C0,428.42692721016596,53.333333333333336,444.3026467290687,80,438.73748956762387C106.66666666666666,433.172332406179,133.33333333333334,401.95631073906713,160,395.03598424149675C186.66666666666666,388.11565774392636,213.33333333333334,388.7100993647327,240,397.21553058220167C266.6666666666667,405.72096179967065,293.3333333333333,446.4531370044473,320,446.0685715463105C346.6666666666667,445.68400608817376,373.3333333333333,419.0195070142136,400,394.90813783338103C426.6666666666667,370.79676865254845,453.3333333333333,313.7841098476054,480,301.400356461315C506.6666666666667,289.01660307502465,533.3333333333334,311.51648864608234,560,320.60561751563876C586.6666666666666,329.6947463851952,613.3333333333334,356.98666735018276,640,355.9351296786534C666.6666666666666,354.8835920071241,693.3333333333334,317.48736206005054,720,314.29639148646277C746.6666666666666,311.105420912875,773.3333333333334,349.5172405844405,800,336.78930623712677C826.6666666666666,324.061371889813,853.3333333333333,238.1398345995093,879.9999999999999,237.9287854025801C906.6666666666665,237.7177362056509,933.3333333333333,336.092851442486,960,335.52301105555165C986.6666666666667,334.9531706686173,1013.3333333333334,252.25851428066684,1040,234.50974308097398C1066.6666666666667,216.7609718812811,1093.3333333333333,238.11581195784376,1120,229.0303838573945C1146.6666666666667,219.94495575694523,1200,179.9971744782784,1200,179.9971744782784L1200,500C1200,500,1146.6666666666667,500,1120,500C1093.3333333333333,500,1066.6666666666667,500,1040,500C1013.3333333333334,500,986.6666666666667,500,960,500C933.3333333333333,500,906.6666666666665,500,879.9999999999999,500C853.3333333333333,500,826.6666666666666,500,800,500C773.3333333333334,500,746.6666666666666,500,720,500C693.3333333333334,500,666.6666666666666,500,640,500C613.3333333333334,500,586.6666666666666,500,560,500C533.3333333333334,500,506.6666666666667,500,480,500C453.3333333333333,500,426.6666666666667,500,400,500C373.3333333333333,500,346.6666666666667,500,320,500C293.3333333333333,500,266.6666666666667,500,240,500C213.33333333333334,500,186.66666666666666,500,160,500C133.33333333333334,500,106.66666666666666,500,80,500C53.333333333333336,500,0,500,0,500Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-3">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-3)">
-            <path
-              d="M0,362.2698788658547C0,362.2698788658547,53.333333333333336,373.6010825585938,80,373.22273253236733C106.66666666666666,372.84438250614085,133.33333333333334,357.06118284408217,160,359.9997787084959C186.66666666666666,362.93837457290965,213.33333333333334,376.7317311347696,240,390.8543077188498C266.6666666666667,404.97688430293,293.3333333333333,444.2818220827776,320,444.7352382129772C346.6666666666667,445.18865434317684,373.3333333333333,418.6196994730447,400,393.5748045000477C426.6666666666667,368.52990952705073,453.3333333333333,310.4354035190057,480,294.46586837499535C506.6666666666667,278.496333230985,533.3333333333334,292.7142472191468,560,297.7575936359855C586.6666666666666,302.80094005282416,613.3333333333334,326.1070945508324,640,324.72594687602736C666.6666666666666,323.3447992012223,693.3333333333334,295.8630679833621,720,289.4707075871553C746.6666666666666,283.0783471909485,773.3333333333334,301.48408959971533,800,286.3717844987866C826.6666666666666,271.2594793978579,853.3333333333333,195.3621065775408,879.9999999999999,198.79687698158284C906.6666666666665,202.23164738562488,933.3333333333333,301.9284853257904,960,306.9804069230389C986.6666666666667,312.0323285202874,1013.3333333333334,242.32229929823686,1040,229.1084065650739C1066.6666666666667,215.89451383191093,1093.3333333333333,236.10447809408265,1120,227.69705052406118C1146.6666666666667,219.28962295403971,1200,178.66384114494508,1200,178.66384114494508L1200,179.9971744782784C1200,179.9971744782784,1146.6666666666667,219.94495575694523,1120,229.0303838573945C1093.3333333333333,238.11581195784376,1066.6666666666667,216.7609718812811,1040,234.50974308097398C1013.3333333333334,252.25851428066684,986.6666666666667,334.9531706686173,960,335.52301105555165C933.3333333333333,336.092851442486,906.6666666666665,237.7177362056509,879.9999999999999,237.9287854025801C853.3333333333333,238.1398345995093,826.6666666666666,324.061371889813,800,336.78930623712677C773.3333333333334,349.5172405844405,746.6666666666666,311.105420912875,720,314.29639148646277C693.3333333333334,317.48736206005054,666.6666666666666,354.8835920071241,640,355.9351296786534C613.3333333333334,356.98666735018276,586.6666666666666,329.6947463851952,560,320.60561751563876C533.3333333333334,311.51648864608234,506.6666666666667,289.01660307502465,480,301.400356461315C453.3333333333333,313.7841098476054,426.6666666666667,370.79676865254845,400,394.90813783338103C373.3333333333333,419.0195070142136,346.6666666666667,445.68400608817376,320,446.0685715463105C293.3333333333333,446.4531370044473,266.6666666666667,405.72096179967065,240,397.21553058220167C213.33333333333334,388.7100993647327,186.66666666666666,388.11565774392636,160,395.03598424149675C133.33333333333334,401.95631073906713,106.66666666666666,433.172332406179,80,438.73748956762387C53.333333333333336,444.3026467290687,0,428.42692721016596,0,428.42692721016596Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(255, 255, 214, 0.8)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-4">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-4)">
-            <path
-              d="M0,343.2833837317586C0,343.2833837317586,53.333333333333336,353.7572257118906,80,356.3210693191246C106.66666666666666,358.8849129263586,133.33333333333334,353.1331278640973,160,358.6664453751626C186.66666666666666,364.1997628862279,213.33333333333334,378.32544886936927,240,389.5209743855164C266.6666666666667,400.71649990166355,293.3333333333333,429.9217407952694,320,425.83959847204557C346.6666666666667,421.75745614882175,373.3333333333333,396.9327397681543,400,365.0281204461736C426.6666666666667,333.1235011241929,453.3333333333333,250.26227164392438,480,234.4118825401613C506.6666666666667,218.5614934363982,533.3333333333334,256.90402024759214,560,269.92578582359505C586.6666666666666,282.94755139959796,613.3333333333334,311.5554330661157,640,312.54247599617855C666.6666666666666,313.5295189262414,693.3333333333334,285.8126029142441,720,275.84804340397204C746.6666666666666,265.8834838937,773.3333333333334,271.4218194813036,800,252.75511893454618C826.6666666666666,234.08841838778878,853.3333333333333,160.3110192661664,879.9999999999999,163.8478401234276C906.6666666666665,167.3846609806888,933.3333333333333,271.80672376326794,960,273.9760440781133C986.6666666666667,276.1453643929587,1013.3333333333334,189.22666545429766,1040,176.8637620125C1066.6666666666667,164.50085857070232,1093.3333333333333,199.99464742775712,1120,199.7986234273273C1146.6666666666667,199.60259942689748,1200,175.68761800992104,1200,175.68761800992104L1200,178.66384114494508C1200,178.66384114494508,1146.6666666666667,219.28962295403971,1120,227.69705052406118C1093.3333333333333,236.10447809408265,1066.6666666666667,215.89451383191093,1040,229.1084065650739C1013.3333333333334,242.32229929823686,986.6666666666667,312.0323285202874,960,306.9804069230389C933.3333333333333,301.9284853257904,906.6666666666665,202.23164738562488,879.9999999999999,198.79687698158284C853.3333333333333,195.3621065775408,826.6666666666666,271.2594793978579,800,286.3717844987866C773.3333333333334,301.48408959971533,746.6666666666666,283.0783471909485,720,289.4707075871553C693.3333333333334,295.8630679833621,666.6666666666666,323.3447992012223,640,324.72594687602736C613.3333333333334,326.1070945508324,586.6666666666666,302.80094005282416,560,297.7575936359855C533.3333333333334,292.7142472191468,506.6666666666667,278.496333230985,480,294.46586837499535C453.3333333333333,310.4354035190057,426.6666666666667,368.52990952705073,400,393.5748045000477C373.3333333333333,418.6196994730447,346.6666666666667,445.18865434317684,320,444.7352382129772C293.3333333333333,444.2818220827776,266.6666666666667,404.97688430293,240,390.8543077188498C213.33333333333334,376.7317311347696,186.66666666666666,362.93837457290965,160,359.9997787084959C133.33333333333334,357.06118284408217,106.66666666666666,372.84438250614085,80,373.22273253236733C53.333333333333336,373.6010825585938,0,362.2698788658547,0,362.2698788658547Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.9)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-5">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-5)">
-            <path
-              d="M0,290.75723300691595C0,290.75723300691595,53.333333333333336,305.45583330042086,80,312.903360599143C106.66666666666666,320.35088789786516,133.33333333333334,327.9789773600818,160,335.44239679924885C186.66666666666666,342.9058162384159,213.33333333333334,349.308970331528,240,357.6838772341456C266.6666666666667,366.0587841367632,293.3333333333333,392.877986599164,320,385.69183821495454C346.6666666666667,378.5056898307451,373.3333333333333,345.98223981877914,400,314.56698692888904C426.6666666666667,283.15173403899894,453.3333333333333,208.3791446451521,480,197.20032087561384C506.6666666666667,186.02149710607557,533.3333333333334,231.35399104680263,560,247.49404431165934C586.6666666666666,263.63409757651607,613.3333333333334,294.4774677100202,640,294.0406404647541C666.6666666666666,293.603813219488,693.3333333333334,256.44080472018885,720,244.8730808400627C746.6666666666666,233.30535695993655,773.3333333333334,244.57411871860833,800,224.63429718399715C826.6666666666666,204.69447564938596,853.3333333333333,126.80591491176351,879.9999999999999,125.2341516323956C906.6666666666665,123.66238835302768,933.3333333333333,215.98460635556938,960,215.2037175077897C986.6666666666667,214.42282866001,1013.3333333333334,134.22744533690562,1040,120.54881854571744C1066.6666666666667,106.87019175452926,1093.3333333333333,133.7642137517629,1120,133.13195676066061C1146.6666666666667,132.49969976955833,1200,116.75527659910381,1200,116.75527659910381L1200,175.68761800992104C1200,175.68761800992104,1146.6666666666667,199.60259942689748,1120,199.7986234273273C1093.3333333333333,199.99464742775712,1066.6666666666667,164.50085857070232,1040,176.8637620125C1013.3333333333334,189.22666545429766,986.6666666666667,276.1453643929587,960,273.9760440781133C933.3333333333333,271.80672376326794,906.6666666666665,167.3846609806888,879.9999999999999,163.8478401234276C853.3333333333333,160.3110192661664,826.6666666666666,234.08841838778878,800,252.75511893454618C773.3333333333334,271.4218194813036,746.6666666666666,265.8834838937,720,275.84804340397204C693.3333333333334,285.8126029142441,666.6666666666666,313.5295189262414,640,312.54247599617855C613.3333333333334,311.5554330661157,586.6666666666666,282.94755139959796,560,269.92578582359505C533.3333333333334,256.90402024759214,506.6666666666667,218.5614934363982,480,234.4118825401613C453.3333333333333,250.26227164392438,426.6666666666667,333.1235011241929,400,365.0281204461736C373.3333333333333,396.9327397681543,346.6666666666667,421.75745614882175,320,425.83959847204557C293.3333333333333,429.9217407952694,266.6666666666667,400.71649990166355,240,389.5209743855164C213.33333333333334,378.32544886936927,186.66666666666666,364.1997628862279,160,358.6664453751626C133.33333333333334,353.1331278640973,106.66666666666666,358.8849129263586,80,356.3210693191246C53.333333333333336,353.7572257118906,0,343.2833837317586,0,343.2833837317586Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.6)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-6">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-6)">
-            <path
-              d="M0,285.7986209043015C0,285.7986209043015,53.333333333333336,304.55026164610643,80,312.48588329505657C106.66666666666666,320.4215049440067,133.33333333333334,327.72147526041863,160,333.4123507980022C186.66666666666666,339.10322633558576,213.33333333333334,340.11995025097883,240,346.631136520558C266.6666666666667,353.1423227901372,293.3333333333333,379.65733505683323,320,372.4794684154772C346.6666666666667,365.30160177412114,373.3333333333333,333.0133920634587,400,303.56393667242173C426.6666666666667,274.11448128138477,453.3333333333333,205.36178138410094,480,195.78273606925552C506.6666666666667,186.2036907544101,533.3333333333334,231.74673660439404,560,246.08966478334915C586.6666666666666,260.4325929623043,613.3333333333334,283.3522750283352,640,281.84030514298615C666.6666666666666,280.3283352576371,693.3333333333334,248.00945567140874,720,237.01784547125482C746.6666666666666,226.0262352711009,773.3333333333334,235.29398990533608,800,215.89064394206264C826.6666666666666,196.4872979787892,853.3333333333333,121.14367677935626,879.9999999999999,120.59776969161419C906.6666666666665,120.05186260387212,933.3333333333333,212.89313621569082,960,212.61520141561027C986.6666666666667,212.33726661552973,1013.3333333333334,132.43685571108423,1040,118.93016089113092C1066.6666666666667,105.42346607117761,1093.3333333333333,133.53759341317908,1120,131.5750324958904C1146.6666666666667,129.61247157860174,1200,107.15479538739896,1200,107.15479538739896L1200,116.75527659910381C1200,116.75527659910381,1146.6666666666667,132.49969976955833,1120,133.13195676066061C1093.3333333333333,133.7642137517629,1066.6666666666667,106.87019175452926,1040,120.54881854571744C1013.3333333333334,134.22744533690562,986.6666666666667,214.42282866001,960,215.2037175077897C933.3333333333333,215.98460635556938,906.6666666666665,123.66238835302768,879.9999999999999,125.2341516323956C853.3333333333333,126.80591491176351,826.6666666666666,204.69447564938596,800,224.63429718399715C773.3333333333334,244.57411871860833,746.6666666666666,233.30535695993655,720,244.8730808400627C693.3333333333334,256.44080472018885,666.6666666666666,293.603813219488,640,294.0406404647541C613.3333333333334,294.4774677100202,586.6666666666666,263.63409757651607,560,247.49404431165934C533.3333333333334,231.35399104680263,506.6666666666667,186.02149710607557,480,197.20032087561384C453.3333333333333,208.3791446451521,426.6666666666667,283.15173403899894,400,314.56698692888904C373.3333333333333,345.98223981877914,346.6666666666667,378.5056898307451,320,385.69183821495454C293.3333333333333,392.877986599164,266.6666666666667,366.0587841367632,240,357.6838772341456C213.33333333333334,349.308970331528,186.66666666666666,342.9058162384159,160,335.44239679924885C133.33333333333334,327.9789773600818,106.66666666666666,320.35088789786516,80,312.903360599143C53.333333333333336,305.45583330042086,0,290.75723300691595,0,290.75723300691595Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.3)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-7">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-7)">
-            <path
-              d="M0,278.7059056766425C0,278.7059056766425,53.333333333333336,298.77919764549114,80,306.7516638691144C106.66666666666666,314.72413009273765,133.33333333333334,321.3027327701877,160,326.54070301838215C186.66666666666666,331.7786732665766,213.33333333333334,332.48352003860924,240,338.1794853582811C266.6666666666667,343.875450677953,293.3333333333333,367.77695977959473,320,360.7164949364135C346.6666666666667,353.65603009323223,373.3333333333333,325.0322948178995,400,295.81669629919367C426.6666666666667,266.6010977804878,453.3333333333333,195.61074089482693,480,185.42290382417826C506.6666666666667,175.2350667535296,533.3333333333334,219.99646924252903,560,234.6896738753016C586.6666666666666,249.38287850807416,613.3333333333334,274.1008076322687,640,273.5821316208136C666.6666666666666,273.06345560935847,693.3333333333334,242.8954945698246,720,231.57761780657108C746.6666666666666,220.25974104331758,773.3333333333334,225.17914827542305,800,205.67487104129253C826.6666666666666,186.17059380716202,853.3333333333333,115.47540042686036,879.9999999999999,114.55195440178801C906.6666666666665,113.62850837671566,933.3333333333333,201.5710131738076,960,200.13419489085845C986.6666666666667,198.69737660790932,1013.3333333333334,119.18441528923921,1040,105.93104470409315C1066.6666666666667,92.6776741189471,1093.3333333333333,122.32597638348194,1120,120.6139713799821C1146.6666666666667,118.90196637648226,1200,95.65901468309414,1200,95.65901468309414L1200,107.15479538739896C1200,107.15479538739896,1146.6666666666667,129.61247157860174,1120,131.5750324958904C1093.3333333333333,133.53759341317908,1066.6666666666667,105.42346607117761,1040,118.93016089113092C1013.3333333333334,132.43685571108423,986.6666666666667,212.33726661552973,960,212.61520141561027C933.3333333333333,212.89313621569082,906.6666666666665,120.05186260387212,879.9999999999999,120.59776969161419C853.3333333333333,121.14367677935626,826.6666666666666,196.4872979787892,800,215.89064394206264C773.3333333333334,235.29398990533608,746.6666666666666,226.0262352711009,720,237.01784547125482C693.3333333333334,248.00945567140874,666.6666666666666,280.3283352576371,640,281.84030514298615C613.3333333333334,283.3522750283352,586.6666666666666,260.4325929623043,560,246.08966478334915C533.3333333333334,231.74673660439404,506.6666666666667,186.2036907544101,480,195.78273606925552C453.3333333333333,205.36178138410094,426.6666666666667,274.11448128138477,400,303.56393667242173C373.3333333333333,333.0133920634587,346.6666666666667,365.30160177412114,320,372.4794684154772C293.3333333333333,379.65733505683323,266.6666666666667,353.1423227901372,240,346.631136520558C213.33333333333334,340.11995025097883,186.66666666666666,339.10322633558576,160,333.4123507980022C133.33333333333334,327.72147526041863,106.66666666666666,320.4215049440067,80,312.48588329505657C53.333333333333336,304.55026164610643,0,285.7986209043015,0,285.7986209043015Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-8">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-8)">
-            <path
-              d="M0,273.97858734543695C0,273.97858734543695,53.333333333333336,297.4735018386484,80,305.35087044129443C106.66666666666666,313.22823904394045,133.33333333333334,316.1769917741063,160,321.242798961313C186.66666666666666,326.3086061485197,213.33333333333334,329.8240658528782,240,335.74571356453475C266.6666666666667,341.6673612761913,293.3333333333333,364.3323330749213,320,356.77268523125235C346.6666666666667,349.2130373875834,373.3333333333333,319.9776756418954,400,290.3878265025213C426.6666666666667,260.7979773631472,453.3333333333333,189.84337867240603,480,179.23359039500752C506.6666666666667,168.62380211760902,533.3333333333334,212.32206248708647,560,226.72909683813032C586.6666666666666,241.13613118917417,613.3333333333334,265.0330926767605,640,265.6757965012706C666.6666666666666,266.31850032578075,693.3333333333334,241.2402568647248,720,230.58531978519102C746.6666666666666,219.93038270565722,773.3333333333334,222.31976122457397,800,201.7461740240679C826.6666666666666,181.17258682356183,853.3333333333333,107.53313162762105,879.9999999999999,107.14379658215466C906.6666666666665,106.75446153668828,933.3333333333333,200.32274839699707,960,199.41016375126964C986.6666666666667,198.4975791055422,1013.3333333333334,115.46891723070071,1040,101.66828870779C1066.6666666666667,87.86766018487928,1093.3333333333333,117.73336757637306,1120,116.60639261380538C1146.6666666666667,115.47941765123771,1200,94.90643893238399,1200,94.90643893238399L1200,95.65901468309414C1200,95.65901468309414,1146.6666666666667,118.90196637648226,1120,120.6139713799821C1093.3333333333333,122.32597638348194,1066.6666666666667,92.6776741189471,1040,105.93104470409315C1013.3333333333334,119.18441528923921,986.6666666666667,198.69737660790932,960,200.13419489085845C933.3333333333333,201.5710131738076,906.6666666666665,113.62850837671566,879.9999999999999,114.55195440178801C853.3333333333333,115.47540042686036,826.6666666666666,186.17059380716202,800,205.67487104129253C773.3333333333334,225.17914827542305,746.6666666666666,220.25974104331758,720,231.57761780657108C693.3333333333334,242.8954945698246,666.6666666666666,273.06345560935847,640,273.5821316208136C613.3333333333334,274.1008076322687,586.6666666666666,249.38287850807416,560,234.6896738753016C533.3333333333334,219.99646924252903,506.6666666666667,175.2350667535296,480,185.42290382417826C453.3333333333333,195.61074089482693,426.6666666666667,266.6010977804878,400,295.81669629919367C373.3333333333333,325.0322948178995,346.6666666666667,353.65603009323223,320,360.7164949364135C293.3333333333333,367.77695977959473,266.6666666666667,343.875450677953,240,338.1794853582811C213.33333333333334,332.48352003860924,186.66666666666666,331.7786732665766,160,326.54070301838215C133.33333333333334,321.3027327701877,106.66666666666666,314.72413009273765,80,306.7516638691144C53.333333333333336,298.77919764549114,0,278.7059056766425,0,278.7059056766425Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.18)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-9">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-9)">
-            <path
-              d="M0,269.6757231316037C0,269.6757231316037,53.333333333333336,294.11422922385754,80,301.87673148041796C106.66666666666666,309.6392337369784,133.33333333333334,311.3360385379762,160,316.25073667096615C186.66666666666666,321.1654348039561,213.33333333333334,325.1175353019722,240,331.36492027835754C266.6666666666667,337.61230525474286,293.3333333333333,361.263225050761,320,353.7350465292779C346.6666666666667,346.2068680077948,373.3333333333333,316.3087129867331,400,286.1958491494592C426.6666666666667,256.0829853121853,453.3333333333333,183.46701923340345,480,173.0578635056345C506.6666666666667,162.64870777786552,533.3333333333334,208.95888714983812,560,223.74091478284538C586.6666666666666,238.52294241585264,613.3333333333334,261.567017874167,640,261.75002930367805C666.6666666666666,261.9330407331891,693.3333333333334,235.6276273072412,720,224.83898335991182C746.6666666666666,214.05033941258245,773.3333333333334,217.68204457790245,800,197.01816561970185C826.6666666666666,176.35428666150125,853.3333333333333,101.31811623548467,879.9999999999999,100.85570961070829C906.6666666666665,100.39330298593191,933.3333333333333,195.16519549970033,960,194.24372587104358C986.6666666666667,193.32225624238683,1013.3333333333334,109.0791735684279,1040,95.32689183876778C1066.6666666666667,81.57461010910765,1093.3333333333333,112.3300613448994,1120,111.73003549308282C1146.6666666666667,111.13000964126624,1200,91.72673672786829,1200,91.72673672786829L1200,94.90643893238399C1200,94.90643893238399,1146.6666666666667,115.47941765123771,1120,116.60639261380538C1093.3333333333333,117.73336757637306,1066.6666666666667,87.86766018487928,1040,101.66828870779C1013.3333333333334,115.46891723070071,986.6666666666667,198.4975791055422,960,199.41016375126964C933.3333333333333,200.32274839699707,906.6666666666665,106.75446153668828,879.9999999999999,107.14379658215466C853.3333333333333,107.53313162762105,826.6666666666666,181.17258682356183,800,201.7461740240679C773.3333333333334,222.31976122457397,746.6666666666666,219.93038270565722,720,230.58531978519102C693.3333333333334,241.2402568647248,666.6666666666666,266.31850032578075,640,265.6757965012706C613.3333333333334,265.0330926767605,586.6666666666666,241.13613118917417,560,226.72909683813032C533.3333333333334,212.32206248708647,506.6666666666667,168.62380211760902,480,179.23359039500752C453.3333333333333,189.84337867240603,426.6666666666667,260.7979773631472,400,290.3878265025213C373.3333333333333,319.9776756418954,346.6666666666667,349.2130373875834,320,356.77268523125235C293.3333333333333,364.3323330749213,266.6666666666667,341.6673612761913,240,335.74571356453475C213.33333333333334,329.8240658528782,186.66666666666666,326.3086061485197,160,321.242798961313C133.33333333333334,316.1769917741063,106.66666666666666,313.22823904394045,80,305.35087044129443C53.333333333333336,297.4735018386484,0,273.97858734543695,0,273.97858734543695Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-10">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-10)">
-            <path
-              d="M0,267.52860257185955C0,267.52860257185955,53.333333333333336,291.4906490125018,80,299.5667195599934C106.66666666666666,307.6427901074849,133.33333333333334,310.9262418667889,160,315.985025856809C186.66666666666666,321.04380984682905,213.33333333333334,323.70621435839286,240,329.9194235001139C266.6666666666667,336.13263264183496,293.3333333333333,360.7634513283869,320,353.2642807071353C346.6666666666667,345.7651100858837,373.3333333333333,315.15903545924266,400,284.9243997726044C426.6666666666667,254.6897640859661,453.3333333333333,182.27559222278043,480,171.8564665873056C506.6666666666667,161.43734095183075,533.3333333333334,207.44633417014208,560,222.40964595975532C586.6666666666666,237.37295774936857,613.3333333333334,261.6448651313573,640,261.63633732498505C666.6666666666666,261.6278095186128,693.3333333333334,233.23538922061846,720,222.35847912152195C746.6666666666666,211.48156902242545,773.3333333333334,216.76362024404636,800,196.37487673040607C826.6666666666666,175.98613321676578,853.3333333333333,100.44082191488056,879.9999999999999,100.0260180396802C906.6666666666665,99.61121416447983,933.3333333333333,194.67283885313364,960,193.8860534792039C986.6666666666667,193.09926810527415,1013.3333333333334,109.08436827229201,1040,95.30530579610172C1066.6666666666667,81.52624331991143,1093.3333333333333,111.90067530540944,1120,111.21167862206215C1146.6666666666667,110.52268193871487,1200,91.17132569601802,1200,91.17132569601802L1200,91.72673672786829C1200,91.72673672786829,1146.6666666666667,111.13000964126624,1120,111.73003549308282C1093.3333333333333,112.3300613448994,1066.6666666666667,81.57461010910765,1040,95.32689183876778C1013.3333333333334,109.0791735684279,986.6666666666667,193.32225624238683,960,194.24372587104358C933.3333333333333,195.16519549970033,906.6666666666665,100.39330298593191,879.9999999999999,100.85570961070829C853.3333333333333,101.31811623548467,826.6666666666666,176.35428666150125,800,197.01816561970185C773.3333333333334,217.68204457790245,746.6666666666666,214.05033941258245,720,224.83898335991182C693.3333333333334,235.6276273072412,666.6666666666666,261.9330407331891,640,261.75002930367805C613.3333333333334,261.567017874167,586.6666666666666,238.52294241585264,560,223.74091478284538C533.3333333333334,208.95888714983812,506.6666666666667,162.64870777786552,480,173.0578635056345C453.3333333333333,183.46701923340345,426.6666666666667,256.0829853121853,400,286.1958491494592C373.3333333333333,316.3087129867331,346.6666666666667,346.2068680077948,320,353.7350465292779C293.3333333333333,361.263225050761,266.6666666666667,337.61230525474286,240,331.36492027835754C213.33333333333334,325.1175353019722,186.66666666666666,321.1654348039561,160,316.25073667096615C133.33333333333334,311.3360385379762,106.66666666666666,309.6392337369784,80,301.87673148041796C53.333333333333336,294.11422922385754,0,269.6757231316037,0,269.6757231316037Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.06)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-      </g>
-    </svg>
-  );
-}
-
-export default GraphBackground2;
diff --git a/packages/desktop-client/src/components/manager/GraphBackground3.js b/packages/desktop-client/src/components/manager/GraphBackground3.js
deleted file mode 100644
index 7818a0766aab75ea258c1b5bc25ba4972292cb94..0000000000000000000000000000000000000000
--- a/packages/desktop-client/src/components/manager/GraphBackground3.js
+++ /dev/null
@@ -1,249 +0,0 @@
-import React from 'react';
-
-function GraphBackground3({ width, height, style }) {
-  return (
-    <svg
-      width={width}
-      height={height}
-      viewBox="0 0 1200 500"
-      style={style}
-      preserveAspectRatio="none"
-    >
-      <g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-2">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-2)">
-            <path
-              d="M0,417.62971630283266C0,417.62971630283266,53.333333333333336,437.53035055882617,80,428.33442558035097C106.66666666666666,419.13850060187576,133.33333333333334,369.9362461687859,160,362.4541664319815C186.66666666666666,354.9720866951771,213.33333333333334,381.0276409936149,240,383.44194715952466C266.6666666666667,385.8562533254344,293.3333333333333,380.55059840521295,320,376.94000342744005C346.6666666666667,373.32940844966714,373.3333333333333,374.2402107915747,400,361.7783772928873C426.6666666666667,349.31654379419984,453.3333333333333,312.7334078052931,480,302.16900243531546C506.6666666666667,291.6045970653378,533.3333333333334,304.51539035739324,560,298.3919450730216C586.6666666666666,292.26849978864993,613.3333333333334,271.5608045933002,640,265.4283307290857C666.6666666666666,259.2958568648712,693.3333333333334,265.1033932734057,720,261.59710188773465C746.6666666666666,258.0908105020636,773.3333333333334,238.2623878203387,800,244.39058241505967C826.6666666666666,250.51877700978065,853.3333333333333,295.4294754823128,879.9999999999999,298.3662694560605C906.6666666666665,301.30306342980816,933.3333333333333,262.7194497839413,960,262.0113462575457C986.6666666666667,261.30324273115014,1013.3333333333334,289.5413751402972,1040,294.11764829768686C1066.6666666666667,298.6939214550765,1093.3333333333333,294.7204221905109,1120,289.46898520188387C1146.6666666666667,284.21754821325686,1200,262.60902636592493,1200,262.60902636592493L1200,500C1200,500,1146.6666666666667,500,1120,500C1093.3333333333333,500,1066.6666666666667,500,1040,500C1013.3333333333334,500,986.6666666666667,500,960,500C933.3333333333333,500,906.6666666666665,500,879.9999999999999,500C853.3333333333333,500,826.6666666666666,500,800,500C773.3333333333334,500,746.6666666666666,500,720,500C693.3333333333334,500,666.6666666666666,500,640,500C613.3333333333334,500,586.6666666666666,500,560,500C533.3333333333334,500,506.6666666666667,500,480,500C453.3333333333333,500,426.6666666666667,500,400,500C373.3333333333333,500,346.6666666666667,500,320,500C293.3333333333333,500,266.6666666666667,500,240,500C213.33333333333334,500,186.66666666666666,500,160,500C133.33333333333334,500,106.66666666666666,500,80,500C53.333333333333336,500,0,500,0,500Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-3">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-3)">
-            <path
-              d="M0,333.48577764921896C0,333.48577764921896,53.333333333333336,375.4336278071763,80,372.5144497334726C106.66666666666666,369.59527165976885,133.33333333333334,317.09216467032076,160,315.9707092069964C186.66666666666666,314.849253743672,213.33333333333334,355.846390139008,240,365.7857169535264C266.6666666666667,375.72504376804477,293.3333333333333,380.06290548529995,320,375.60667009410673C346.6666666666667,371.1504347029135,373.3333333333333,359.68468312035395,400,339.0483046063672C426.6666666666667,318.41192609238044,453.3333333333333,263.9036863399997,480,251.7883990101862C506.6666666666667,239.67311168037273,533.3333333333334,268.0693654035366,560,266.3565806274863C586.6666666666666,264.64379585143604,613.3333333333334,242.52715903273187,640,241.51169035388438C666.6666666666666,240.49622167503688,693.3333333333334,261.3276651986563,720,260.2637685544013C746.6666666666666,259.19987191014627,773.3333333333334,231.64815336139455,800,235.1283104883542C826.6666666666666,238.60846761531386,853.3333333333333,283.4413925139737,879.9999999999999,281.14471131615926C906.6666666666665,278.8480301183448,933.3333333333333,222.96847917010933,960,221.34822330146739C986.6666666666667,219.72796743282544,1013.3333333333334,262.2661707197028,1040,271.4231761043075C1066.6666666666667,280.5801814889122,1093.3333333333333,280.0151415429915,1120,276.29025560909554C1146.6666666666667,272.5653696751996,1200,249.07386050093166,1200,249.07386050093166L1200,262.60902636592493C1200,262.60902636592493,1146.6666666666667,284.21754821325686,1120,289.46898520188387C1093.3333333333333,294.7204221905109,1066.6666666666667,298.6939214550765,1040,294.11764829768686C1013.3333333333334,289.5413751402972,986.6666666666667,261.30324273115014,960,262.0113462575457C933.3333333333333,262.7194497839413,906.6666666666665,301.30306342980816,879.9999999999999,298.3662694560605C853.3333333333333,295.4294754823128,826.6666666666666,250.51877700978065,800,244.39058241505967C773.3333333333334,238.2623878203387,746.6666666666666,258.0908105020636,720,261.59710188773465C693.3333333333334,265.1033932734057,666.6666666666666,259.2958568648712,640,265.4283307290857C613.3333333333334,271.5608045933002,586.6666666666666,292.26849978864993,560,298.3919450730216C533.3333333333334,304.51539035739324,506.6666666666667,291.6045970653378,480,302.16900243531546C453.3333333333333,312.7334078052931,426.6666666666667,349.31654379419984,400,361.7783772928873C373.3333333333333,374.2402107915747,346.6666666666667,373.32940844966714,320,376.94000342744005C293.3333333333333,380.55059840521295,266.6666666666667,385.8562533254344,240,383.44194715952466C213.33333333333334,381.0276409936149,186.66666666666666,354.9720866951771,160,362.4541664319815C133.33333333333334,369.9362461687859,106.66666666666666,419.13850060187576,80,428.33442558035097C53.333333333333336,437.53035055882617,0,417.62971630283266,0,417.62971630283266Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(255, 255, 214, 0.8)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-4">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-4)">
-            <path
-              d="M0,327.47737440917047C0,327.47737440917047,53.333333333333336,364.7696469247983,80,357.7394720376631C106.66666666666666,350.70929715052796,133.33333333333334,288.05863286165794,160,285.2963250863594C186.66666666666666,282.53401731106084,213.33333333333334,329.68590473914475,240,341.16562538587186C266.6666666666667,352.645346032599,293.3333333333333,358.8384527625855,320,354.17464896672215C346.6666666666667,349.5108451708588,373.3333333333333,338.1313955046749,400,313.18280261069174C426.6666666666667,288.23420971670856,453.3333333333333,215.03369968983304,480,204.4830916028231C506.6666666666667,193.93248351581315,533.3333333333334,244.18414922384002,560,249.87915408863205C586.6666666666666,255.57415895342407,613.3333333333334,237.1445739361693,640,238.6531207915753C666.6666666666666,240.1616676469813,693.3333333333334,261.1753312797697,720,258.930435221068C746.6666666666666,256.68553916236635,773.3333333333334,225.6146246021853,800,225.18374443936517C826.6666666666666,224.75286427654504,853.3333333333333,257.2246907600201,879.9999999999999,256.3451542441472C906.6666666666665,255.46561772827425,933.3333333333333,220.50119158469658,960,219.90652534412754C986.6666666666667,219.3118591035585,1013.3333333333334,248.77254213250433,1040,252.77715680073285C1066.6666666666667,256.7817714689614,1093.3333333333333,245.32788359742278,1120,243.93421335349876C1146.6666666666667,242.54054310957474,1200,244.41513533718867,1200,244.41513533718867L1200,249.07386050093166C1200,249.07386050093166,1146.6666666666667,272.5653696751996,1120,276.29025560909554C1093.3333333333333,280.0151415429915,1066.6666666666667,280.5801814889122,1040,271.4231761043075C1013.3333333333334,262.2661707197028,986.6666666666667,219.72796743282544,960,221.34822330146739C933.3333333333333,222.96847917010933,906.6666666666665,278.8480301183448,879.9999999999999,281.14471131615926C853.3333333333333,283.4413925139737,826.6666666666666,238.60846761531386,800,235.1283104883542C773.3333333333334,231.64815336139455,746.6666666666666,259.19987191014627,720,260.2637685544013C693.3333333333334,261.3276651986563,666.6666666666666,240.49622167503688,640,241.51169035388438C613.3333333333334,242.52715903273187,586.6666666666666,264.64379585143604,560,266.3565806274863C533.3333333333334,268.0693654035366,506.6666666666667,239.67311168037273,480,251.7883990101862C453.3333333333333,263.9036863399997,426.6666666666667,318.41192609238044,400,339.0483046063672C373.3333333333333,359.68468312035395,346.6666666666667,371.1504347029135,320,375.60667009410673C293.3333333333333,380.06290548529995,266.6666666666667,375.72504376804477,240,365.7857169535264C213.33333333333334,355.846390139008,186.66666666666666,314.849253743672,160,315.9707092069964C133.33333333333334,317.09216467032076,106.66666666666666,369.59527165976885,80,372.5144497334726C53.333333333333336,375.4336278071763,0,333.48577764921896,0,333.48577764921896Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.9)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-5">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-5)">
-            <path
-              d="M0,322.1499215844153C0,322.1499215844153,53.333333333333336,362.77062700956134,80,356.4061387043298C106.66666666666666,350.0416503990983,133.33333333333334,287.1796004750917,160,283.962991753026C186.66666666666666,280.7463830309603,213.33333333333334,325.6267657252085,240,337.1064863719356C266.6666666666667,348.5862070186627,293.3333333333333,357.05081848248506,320,352.84131563338883C346.6666666666667,348.6318127842926,373.3333333333333,337.6611965432891,400,311.84946927735837C426.6666666666667,286.0377420114276,453.3333333333333,208.52156012481436,480,197.9709520378044C506.6666666666667,187.42034395079446,533.3333333333334,241.98768151855907,560,248.54582075529868C586.6666666666666,255.10395999203828,613.3333333333334,235.811240602836,640,237.319787458242C666.6666666666666,238.82833431364799,693.3333333333334,262.61621438007984,720,257.59710188773465C746.6666666666666,252.57798939538947,773.3333333333334,213.04176967026456,800,207.2051125041708C826.6666666666666,201.36845533807707,853.3333333333333,228.17475487348827,879.9999999999999,222.57715889117225C906.6666666666665,216.97956290885622,933.3333333333333,174.26541353168986,960,173.61953661027474C986.6666666666667,172.9736596888596,1013.3333333333334,212.30056528797687,1040,218.70189736268156C1066.6666666666667,225.10322943738626,1093.3333333333333,215.70870034941356,1120,212.02752905850298C1146.6666666666667,208.3463577675924,1200,196.614869617218,1200,196.614869617218L1200,244.41513533718867C1200,244.41513533718867,1146.6666666666667,242.54054310957474,1120,243.93421335349876C1093.3333333333333,245.32788359742278,1066.6666666666667,256.7817714689614,1040,252.77715680073285C1013.3333333333334,248.77254213250433,986.6666666666667,219.3118591035585,960,219.90652534412754C933.3333333333333,220.50119158469658,906.6666666666665,255.46561772827425,879.9999999999999,256.3451542441472C853.3333333333333,257.2246907600201,826.6666666666666,224.75286427654504,800,225.18374443936517C773.3333333333334,225.6146246021853,746.6666666666666,256.68553916236635,720,258.930435221068C693.3333333333334,261.1753312797697,666.6666666666666,240.1616676469813,640,238.6531207915753C613.3333333333334,237.1445739361693,586.6666666666666,255.57415895342407,560,249.87915408863205C533.3333333333334,244.18414922384002,506.6666666666667,193.93248351581315,480,204.4830916028231C453.3333333333333,215.03369968983304,426.6666666666667,288.23420971670856,400,313.18280261069174C373.3333333333333,338.1313955046749,346.6666666666667,349.5108451708588,320,354.17464896672215C293.3333333333333,358.8384527625855,266.6666666666667,352.645346032599,240,341.16562538587186C213.33333333333334,329.68590473914475,186.66666666666666,282.53401731106084,160,285.2963250863594C133.33333333333334,288.05863286165794,106.66666666666666,350.70929715052796,80,357.7394720376631C53.333333333333336,364.7696469247983,0,327.47737440917047,0,327.47737440917047Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.6)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-6">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-6)">
-            <path
-              d="M0,318.3332202098306C0,318.3332202098306,53.333333333333336,356.95084786045976,80,349.85898163637137C106.66666666666666,342.767115412283,133.33333333333334,279.3467607084294,160,275.7820228653003C186.66666666666666,272.2172850221712,213.33333333333334,317.0490300620185,240,328.4705545775968C266.6666666666667,339.892079093175,293.3333333333333,348.5129978787395,320,344.3111699587698C346.6666666666667,340.10934203880015,373.3333333333333,328.29078476590536,400,303.25958705777884C426.6666666666667,278.22838934965233,453.3333333333333,203.5670410405189,480,194.1239837100107C506.6666666666667,184.6809263795025,533.3333333333334,241.27155309432248,560,246.60124307472964C586.6666666666666,251.9309330551368,613.3333333333334,224.6423306864353,640,226.1021235924536C666.6666666666666,227.56191649847193,693.3333333333334,260.0515427040519,720,255.3600005108395C746.6666666666666,250.6684583176271,773.3333333333334,204.07966479187132,800,197.95287043317927C826.6666666666666,191.82607607448722,853.3333333333333,224.097298415115,879.9999999999999,218.59923435868717C906.6666666666665,213.10117030225933,933.3333333333333,165.435738534056,960,164.9644860946123C986.6666666666667,164.49323365516864,1013.3333333333334,209.206360984161,1040,215.77171972202518C1066.6666666666667,222.33707845988937,1093.3333333333333,207.7531650744255,1120,204.35663852179744C1146.6666666666667,200.96011196916936,1200,195.3925604062568,1200,195.3925604062568L1200,196.614869617218C1200,196.614869617218,1146.6666666666667,208.3463577675924,1120,212.02752905850298C1093.3333333333333,215.70870034941356,1066.6666666666667,225.10322943738626,1040,218.70189736268156C1013.3333333333334,212.30056528797687,986.6666666666667,172.9736596888596,960,173.61953661027474C933.3333333333333,174.26541353168986,906.6666666666665,216.97956290885622,879.9999999999999,222.57715889117225C853.3333333333333,228.17475487348827,826.6666666666666,201.36845533807707,800,207.2051125041708C773.3333333333334,213.04176967026456,746.6666666666666,252.57798939538947,720,257.59710188773465C693.3333333333334,262.61621438007984,666.6666666666666,238.82833431364799,640,237.319787458242C613.3333333333334,235.811240602836,586.6666666666666,255.10395999203828,560,248.54582075529868C533.3333333333334,241.98768151855907,506.6666666666667,187.42034395079446,480,197.9709520378044C453.3333333333333,208.52156012481436,426.6666666666667,286.0377420114276,400,311.84946927735837C373.3333333333333,337.6611965432891,346.6666666666667,348.6318127842926,320,352.84131563338883C293.3333333333333,357.05081848248506,266.6666666666667,348.5862070186627,240,337.1064863719356C213.33333333333334,325.6267657252085,186.66666666666666,280.7463830309603,160,283.962991753026C133.33333333333334,287.1796004750917,106.66666666666666,350.0416503990983,80,356.4061387043298C53.333333333333336,362.77062700956134,0,322.1499215844153,0,322.1499215844153Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.3)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-7">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-7)">
-            <path
-              d="M0,311.61506650428225C0,311.61506650428225,53.333333333333336,343.5473411287027,80,336.6677954703261C106.66666666666666,329.78824981194947,133.33333333333334,273.63867610489666,160,270.33779255402237C186.66666666666666,267.0369090031481,213.33333333333334,305.7205835456555,240,316.8624941650805C266.6666666666667,328.0044047845055,293.3333333333333,340.82052759963676,320,337.1892562705725C346.6666666666667,333.55798494150827,373.3333333333333,320.6371497146212,400,295.07486619069505C426.6666666666667,269.5125826667689,453.3333333333333,193.95564953452185,480,183.8155551270155C506.6666666666667,173.67546071950915,533.3333333333334,229.23768722269256,560,234.23429974565693C586.6666666666666,239.2309122686213,613.3333333333334,211.49037313364607,640,213.79523026480172C666.6666666666666,216.10008739595736,693.3333333333334,252.20197319725236,720,248.06344253259087C746.6666666666666,243.92491186792938,773.3333333333334,194.9957986793988,800,188.9640462768328C826.6666666666666,182.93229387426678,853.3333333333333,217.49029027666327,879.9999999999999,211.87292811719482C906.6666666666665,206.25556595772636,933.3333333333333,156.09500384648803,960,155.259873320022C986.6666666666667,154.42474279355596,1013.3333333333334,200.36651776707126,1040,206.86214495839863C1066.6666666666667,213.357772149726,1093.3333333333333,197.1572059457606,1120,194.2336364679863C1146.6666666666667,191.31006699021196,1200,189.3207280917527,1200,189.3207280917527L1200,195.3925604062568C1200,195.3925604062568,1146.6666666666667,200.96011196916936,1120,204.35663852179744C1093.3333333333333,207.7531650744255,1066.6666666666667,222.33707845988937,1040,215.77171972202518C1013.3333333333334,209.206360984161,986.6666666666667,164.49323365516864,960,164.9644860946123C933.3333333333333,165.435738534056,906.6666666666665,213.10117030225933,879.9999999999999,218.59923435868717C853.3333333333333,224.097298415115,826.6666666666666,191.82607607448722,800,197.95287043317927C773.3333333333334,204.07966479187132,746.6666666666666,250.6684583176271,720,255.3600005108395C693.3333333333334,260.0515427040519,666.6666666666666,227.56191649847193,640,226.1021235924536C613.3333333333334,224.6423306864353,586.6666666666666,251.9309330551368,560,246.60124307472964C533.3333333333334,241.27155309432248,506.6666666666667,184.6809263795025,480,194.1239837100107C453.3333333333333,203.5670410405189,426.6666666666667,278.22838934965233,400,303.25958705777884C373.3333333333333,328.29078476590536,346.6666666666667,340.10934203880015,320,344.3111699587698C293.3333333333333,348.5129978787395,266.6666666666667,339.892079093175,240,328.4705545775968C213.33333333333334,317.0490300620185,186.66666666666666,272.2172850221712,160,275.7820228653003C133.33333333333334,279.3467607084294,106.66666666666666,342.767115412283,80,349.85898163637137C53.333333333333336,356.95084786045976,0,318.3332202098306,0,318.3332202098306Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-8">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-8)">
-            <path
-              d="M0,310.42975753951464C0,310.42975753951464,53.333333333333336,338.1383388794377,80,331.1794096613662C106.66666666666666,324.2204804432947,133.33333333333334,272.30074018460755,160,268.67618223108576C186.66666666666666,265.051624277564,213.33333333333334,299.32212977511665,240,309.43206194023566C266.6666666666667,319.54199410535466,293.3333333333333,332.88220097622974,320,329.33577522179996C346.6666666666667,325.7893494673702,373.3333333333333,313.29528398059676,400,288.15350741365694C426.6666666666667,263.0117308467171,453.3333333333333,187.6360095021354,480,178.48511582016107C506.6666666666667,169.33422213818673,533.3333333333334,227.77706896762805,560,233.24814532181085C586.6666666666666,238.71922167599365,613.3333333333334,209.51376199630238,640,211.31157394525792C666.6666666666666,213.10938589421346,693.3333333333334,248.6824904589585,720,244.0350170155441C746.6666666666666,239.3875435721297,773.3333333333334,189.44648036352422,800,183.4267332847714C826.6666666666666,177.40698620601856,853.3333333333333,212.6919781186647,879.9999999999999,207.91653454302718C906.6666666666665,203.14109096738966,933.3333333333333,155.10412550972936,960,154.7740718309463C986.6666666666667,154.44401815216324,1013.3333333333334,199.79084489418153,1040,205.93621247032888C1066.6666666666667,212.08158004647623,1093.3333333333333,195.72986300606652,1120,191.6462772878304C1146.6666666666667,187.56269156959428,1200,181.43469816091215,1200,181.43469816091215L1200,189.3207280917527C1200,189.3207280917527,1146.6666666666667,191.31006699021196,1120,194.2336364679863C1093.3333333333333,197.1572059457606,1066.6666666666667,213.357772149726,1040,206.86214495839863C1013.3333333333334,200.36651776707126,986.6666666666667,154.42474279355596,960,155.259873320022C933.3333333333333,156.09500384648803,906.6666666666665,206.25556595772636,879.9999999999999,211.87292811719482C853.3333333333333,217.49029027666327,826.6666666666666,182.93229387426678,800,188.9640462768328C773.3333333333334,194.9957986793988,746.6666666666666,243.92491186792938,720,248.06344253259087C693.3333333333334,252.20197319725236,666.6666666666666,216.10008739595736,640,213.79523026480172C613.3333333333334,211.49037313364607,586.6666666666666,239.2309122686213,560,234.23429974565693C533.3333333333334,229.23768722269256,506.6666666666667,173.67546071950915,480,183.8155551270155C453.3333333333333,193.95564953452185,426.6666666666667,269.5125826667689,400,295.07486619069505C373.3333333333333,320.6371497146212,346.6666666666667,333.55798494150827,320,337.1892562705725C293.3333333333333,340.82052759963676,266.6666666666667,328.0044047845055,240,316.8624941650805C213.33333333333334,305.7205835456555,186.66666666666666,267.0369090031481,160,270.33779255402237C133.33333333333334,273.63867610489666,106.66666666666666,329.78824981194947,80,336.6677954703261C53.333333333333336,343.5473411287027,0,311.61506650428225,0,311.61506650428225Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.18)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-9">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-9)">
-            <path
-              d="M0,305.76617011648C0,305.76617011648,53.333333333333336,334.84719996281893,80,327.7725876012755C106.66666666666666,320.6979752397321,133.33333333333334,266.85133437813124,160,263.3184959472195C186.66666666666666,259.78565751630777,213.33333333333334,296.1549141028566,240,306.575557015805C266.6666666666667,316.99619992875336,293.3333333333333,329.7538306882417,320,325.8423534249097C346.6666666666667,321.93087616157766,373.3333333333333,308.3549606090693,400,283.1066934358127C426.6666666666667,257.8584262625561,453.3333333333333,183.5912604622971,480,174.3527503853702C506.6666666666667,165.1142403084433,533.3333333333334,222.18531758376025,560,227.67563297425136C586.6666666666666,233.16594836474246,613.3333333333334,205.5613926332248,640,207.2946427283169C666.6666666666666,209.02789282340896,693.3333333333334,242.78892175989898,720,238.07513354480386C746.6666666666666,233.36134532970874,773.3333333333334,184.9032002497266,800,179.01191343774622C826.6666666666666,173.12062662576582,853.3333333333333,207.67485964307258,879.9999999999999,202.72741267292156C906.6666666666665,197.77996570277054,933.3333333333333,149.528916155144,960,149.3272316168401C986.6666666666667,149.1255470785362,1013.3333333333334,195.05737283502367,1040,201.5173054430981C1066.6666666666667,207.97723805117255,1093.3333333333333,192.34903249082714,1120,188.08682726528673C1146.6666666666667,183.82462203974632,1200,175.94407408985563,1200,175.94407408985563L1200,181.43469816091215C1200,181.43469816091215,1146.6666666666667,187.56269156959428,1120,191.6462772878304C1093.3333333333333,195.72986300606652,1066.6666666666667,212.08158004647623,1040,205.93621247032888C1013.3333333333334,199.79084489418153,986.6666666666667,154.44401815216324,960,154.7740718309463C933.3333333333333,155.10412550972936,906.6666666666665,203.14109096738966,879.9999999999999,207.91653454302718C853.3333333333333,212.6919781186647,826.6666666666666,177.40698620601856,800,183.4267332847714C773.3333333333334,189.44648036352422,746.6666666666666,239.3875435721297,720,244.0350170155441C693.3333333333334,248.6824904589585,666.6666666666666,213.10938589421346,640,211.31157394525792C613.3333333333334,209.51376199630238,586.6666666666666,238.71922167599365,560,233.24814532181085C533.3333333333334,227.77706896762805,506.6666666666667,169.33422213818673,480,178.48511582016107C453.3333333333333,187.6360095021354,426.6666666666667,263.0117308467171,400,288.15350741365694C373.3333333333333,313.29528398059676,346.6666666666667,325.7893494673702,320,329.33577522179996C293.3333333333333,332.88220097622974,266.6666666666667,319.54199410535466,240,309.43206194023566C213.33333333333334,299.32212977511665,186.66666666666666,265.051624277564,160,268.67618223108576C133.33333333333334,272.30074018460755,106.66666666666666,324.2204804432947,80,331.1794096613662C53.333333333333336,338.1383388794377,0,310.42975753951464,0,310.42975753951464Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{ fill: '#102A43', stroke: 'none', width: 200 }}
-            />
-          </g>
-        </g>
-        <g style={{ height: '100%', width: '100%' }}>
-          <defs>
-            <clipPath id="victory-clip-10">
-              <rect
-                x={0}
-                y={0}
-                width={1200}
-                height={500}
-                role="presentation"
-                shapeRendering="auto"
-                vectorEffect="non-scaling-stroke"
-              />
-            </clipPath>
-          </defs>
-          <g clipPath="url(#victory-clip-10)">
-            <path
-              d="M0,304.9103142433273C0,304.9103142433273,53.333333333333336,332.97141056228236,80,325.984682553929C106.66666666666666,318.9979545455757,133.33333333333334,266.4495435473768,160,262.9899461932073C186.66666666666666,259.5303488390378,213.33333333333334,294.94305388413994,240,305.227098428912C266.6666666666667,315.511142973684,293.3333333333333,328.42396433503825,320,324.6942134618396C346.6666666666667,320.9644625886409,373.3333333333333,308.2689097719364,400,282.8485931897198C426.6666666666667,257.42827660750316,453.3333333333333,181.4056715258002,480,172.17231396853975C506.6666666666667,162.93895641127932,533.3333333333334,221.73269233207404,560,227.44844784615714C586.6666666666666,233.16420336024024,613.3333333333334,204.89603504141175,640,206.4668470530384C666.6666666666666,208.03765906466506,693.3333333333334,241.51852245961655,720,236.87331991591702C746.6666666666666,232.2281173722175,773.3333333333334,184.6147125630365,800,178.5956317908412C826.6666666666666,172.5765510186459,853.3333333333333,205.86528086028292,879.9999999999999,200.75883528274522C906.6666666666665,195.65238970520753,933.3333333333333,148.0760798417434,960,147.95695832561506C986.6666666666667,147.83783680948673,1013.3333333333334,193.44787344415505,1040,200.04410618597518C1066.6666666666667,206.6403389277953,1093.3333333333333,191.62650240750517,1120,187.53435477653585C1146.6666666666667,183.44220714556653,1200,175.4912204001593,1200,175.4912204001593L1200,175.94407408985563C1200,175.94407408985563,1146.6666666666667,183.82462203974632,1120,188.08682726528673C1093.3333333333333,192.34903249082714,1066.6666666666667,207.97723805117255,1040,201.5173054430981C1013.3333333333334,195.05737283502367,986.6666666666667,149.1255470785362,960,149.3272316168401C933.3333333333333,149.528916155144,906.6666666666665,197.77996570277054,879.9999999999999,202.72741267292156C853.3333333333333,207.67485964307258,826.6666666666666,173.12062662576582,800,179.01191343774622C773.3333333333334,184.9032002497266,746.6666666666666,233.36134532970874,720,238.07513354480386C693.3333333333334,242.78892175989898,666.6666666666666,209.02789282340896,640,207.2946427283169C613.3333333333334,205.5613926332248,586.6666666666666,233.16594836474246,560,227.67563297425136C533.3333333333334,222.18531758376025,506.6666666666667,165.1142403084433,480,174.3527503853702C453.3333333333333,183.5912604622971,426.6666666666667,257.8584262625561,400,283.1066934358127C373.3333333333333,308.3549606090693,346.6666666666667,321.93087616157766,320,325.8423534249097C293.3333333333333,329.7538306882417,266.6666666666667,316.99619992875336,240,306.575557015805C213.33333333333334,296.1549141028566,186.66666666666666,259.78565751630777,160,263.3184959472195C133.33333333333334,266.85133437813124,106.66666666666666,320.6979752397321,80,327.7725876012755C53.333333333333336,334.84719996281893,0,305.76617011648,0,305.76617011648Z"
-              role="presentation"
-              shapeRendering="auto"
-              style={{
-                fill: 'rgba(155, 102, 255, 0.06)',
-                stroke: 'none',
-                width: 200,
-              }}
-            />
-          </g>
-        </g>
-      </g>
-    </svg>
-  );
-}
-
-export default GraphBackground3;
diff --git a/packages/loot-design/src/components/table.js b/packages/loot-design/src/components/table.js
index 7089b844b909957f442847a4d2b3579d5776f68b..6b43927c9e90620e2bcbee7863b49bb088bfdbae 100644
--- a/packages/loot-design/src/components/table.js
+++ b/packages/loot-design/src/components/table.js
@@ -11,8 +11,6 @@ import React, {
 import { useStore } from 'react-redux';
 import AutoSizer from 'react-virtualized-auto-sizer';
 
-import { scope } from '@jlongster/lively';
-
 import { styles, colors } from '../style';
 import AnimatedLoading from '../svg/AnimatedLoading';
 import DeleteIcon from '../svg/v0/Delete';
@@ -29,7 +27,6 @@ import {
   IntersectionBoundary,
   Menu,
 } from './common';
-import DateSelect from './DateSelect';
 import { FixedSizeList } from './FixedSizeList';
 import { KeyHandlers } from './KeyHandlers';
 import format from './spreadsheet/format';
@@ -449,35 +446,6 @@ export function CustomCell({
   );
 }
 
-export const DateSelectCell = scope(lively => {
-  function DateSelectCell({ props: { dateSelectProps, ...props }, updater }) {
-    const { inputProps = {} } = dateSelectProps;
-    return (
-      <Cell
-        {...props}
-        style={{
-          zIndex: props.exposed ? 1 : 0,
-          ...props.style,
-        }}
-      >
-        {() => (
-          <DateSelect
-            {...dateSelectProps}
-            tooltipStyle={{ minWidth: 225 }}
-            inputProps={{
-              ...inputProps,
-              onBlur: e => fireBlur(inputProps && inputProps.onBlur, e),
-              style: [inputCellStyle, { zIndex: 300 }],
-            }}
-          />
-        )}
-      </Cell>
-    );
-  }
-
-  return lively(DateSelectCell);
-});
-
 export function DeleteCell({ onDelete, style, ...props }) {
   return (
     <Cell
@@ -669,54 +637,6 @@ export function SheetCell({
   );
 }
 
-export const Highlight = scope(lively => {
-  function Highlight({ inst, state: { activated, highlightOff } }) {
-    return (
-      <View
-        innerRef={el => (inst.el = el)}
-        style={{
-          position: 'absolute',
-          top: 0,
-          left: 0,
-          right: 0,
-          bottom: 0,
-          transition: 'background-color 1.8s',
-          backgroundColor: 'white',
-        }}
-      />
-    );
-  }
-
-  function activate({ inst }) {
-    inst.el.style.transitionDuration = '0s';
-    inst.el.style.backgroundColor = colors.y9;
-    setTimeout(() => {
-      if (inst.el) {
-        inst.el.style.transitionDuration = '1.8s';
-        inst.el.style.backgroundColor = 'white';
-      }
-    }, 0);
-  }
-
-  return lively(Highlight, {
-    getInitialState({ props }) {
-      return { activated: false, highlightOff: true };
-    },
-
-    componentWillReceiveProps(bag, nextProps) {
-      if (!bag.props.active && nextProps.active) {
-        return activate(bag);
-      }
-    },
-
-    componentDidMount(bag) {
-      if (bag.props.active) {
-        return activate(bag);
-      }
-    },
-  });
-});
-
 export function TableHeader({ headers, children, version, ...rowProps }) {
   return (
     <View