Commit 787c1df6 authored by Webb, Jake's avatar Webb, Jake
Browse files

changed all graph types to linear

parent b2e5b852
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ function SimulationCooling() {
                hovertemplate: "%{x}<br />Power: %{y} kW<extra></extra>",
                yaxis: "y",
                line: {
                  shape: "spline",
                  shape: "linear",
                  smoothing: 1.3,
                },
              },
@@ -91,7 +91,7 @@ function SimulationCooling() {
                mode: "lines+markers",
                hovertemplate: "%{x}<br />Power: %{y} kW<extra></extra>",
                line: {
                  shape: "spline",
                  shape: "linear",
                  smoothing: 1.3,
                },
              },
@@ -119,7 +119,7 @@ function SimulationCooling() {
                hovertemplate:
                  "%{x}<br />Average Rack Supply Temperature: %{y} °C<extra></extra>",
                line: {
                  shape: "spline",
                  shape: "linear",
                  smoothing: 1.3,
                },
                name: "Return Temperature",
@@ -139,7 +139,7 @@ function SimulationCooling() {
                  "%{x}<br />Average Rack Supply Temperature: %{y} °C<extra></extra>",
                hoverlabel: { font: { color: colors.white } },
                line: {
                  shape: "spline",
                  shape: "linear",
                  smoothing: 1.3,
                },
                name: "Supply Temperature",
@@ -168,7 +168,7 @@ function SimulationCooling() {
                hovertemplate:
                  "%{x}<br />Average Rack Flowrate: %{y} gpm<extra></extra>",
                line: {
                  shape: "spline",
                  shape: "linear",
                  smoothing: 1.3,
                },
              },