From 4169d99c15549a119dd247dc3d7a34a73eebbb1d Mon Sep 17 00:00:00 2001 From: Jordan Dialpuri <44945647+Dialpuri@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:58:32 +0000 Subject: [PATCH] Extend range of graph axes in GlycansVsYear.tsx The commit increases the range of both the x-axis and y-axis in the GlycansVsYear.tsx file. This alteration ensures that all data points are properly and completely represented on the graph. --- webapp/src/statistics/Graphs/GlycansVsYear.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/statistics/Graphs/GlycansVsYear.tsx b/webapp/src/statistics/Graphs/GlycansVsYear.tsx index 2f5ee6ef..44f1902f 100644 --- a/webapp/src/statistics/Graphs/GlycansVsYear.tsx +++ b/webapp/src/statistics/Graphs/GlycansVsYear.tsx @@ -204,7 +204,7 @@ export default function GlycansVsYear() { automargin: true, ticksuffix: ' ', tickprefix: ' ', - range: [-50, 1600], + range: [-50, 1800], }, yaxis2: { title: { @@ -222,7 +222,7 @@ export default function GlycansVsYear() { automargin: true, tickprefix: ' ', ticksuffix: ' ', - range: [-500, 16000], + range: [-500, 18000], }, xaxis: { title: {