davidpomerenke commited on
Commit
2596dec
·
verified ·
1 Parent(s): 28e4f47

Upload from GitHub Actions: rescaled performance plot

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +5 -1
frontend/src/App.js CHANGED
@@ -453,7 +453,11 @@ function App () {
453
  width={windowWidth * 0.7}
454
  height={windowHeight * 0.6}
455
  />,
456
- <CostPlot data={data} />
 
 
 
 
457
  ]}
458
  numScroll={1}
459
  numVisible={1}
 
453
  width={windowWidth * 0.7}
454
  height={windowHeight * 0.6}
455
  />,
456
+ <CostPlot
457
+ data={data}
458
+ width={windowWidth * 0.7}
459
+ height={windowHeight * 0.6}
460
+ />
461
  ]}
462
  numScroll={1}
463
  numVisible={1}