Skip to content

Commit

Permalink
Drop title
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 22, 2025
1 parent ba0c0c3 commit 4c02392
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/fishtest/static/js/spsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function handleSPSA() {
chartArea: {
width: "800",
height: "450",
left: 40,
left: 100, // increase left margin
top: 20,
},
width: 1000,
Expand All @@ -99,11 +99,9 @@ async function handleSPSA() {
},
vAxis: {
format: "percent",
viewWindowMode: "maximized",
textStyle: chartTextStyle,
gridlines: gridlinesStyle,
minorGridlines: minorGridlinesStyle,
title: "Parameter Value (% of step c)",
},
legend: {
position: "right",
Expand Down

0 comments on commit 4c02392

Please sign in to comment.