Upload from GitHub Actions: rescaled performance plot
Browse files- 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
|
|
|
|
|
|
|
|
|
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}
|