Skip to content

Commit

Permalink
Merge pull request #96 from glycojones/reviewer-comments
Browse files Browse the repository at this point in the history
Extend range of graph axes in GlycansVsYear.tsx
  • Loading branch information
Dialpuri authored Mar 17, 2024
2 parents de34145 + 4169d99 commit 1ae03f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/statistics/Graphs/GlycansVsYear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function GlycansVsYear() {
automargin: true,
ticksuffix: ' ',
tickprefix: ' ',
range: [-50, 1600],
range: [-50, 1800],
},
yaxis2: {
title: {
Expand All @@ -222,7 +222,7 @@ export default function GlycansVsYear() {
automargin: true,
tickprefix: ' ',
ticksuffix: ' ',
range: [-500, 16000],
range: [-500, 18000],
},
xaxis: {
title: {
Expand Down

0 comments on commit 1ae03f9

Please sign in to comment.