Skip to content

Commit

Permalink
changed cell voltage to mV
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-wu1 committed Jul 28, 2023
1 parent a336842 commit 56dc6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/charts/vChart/vChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function VChart(props) {
beginAtZero: true,
title: {
display: true,
text: "Cell Voltage (V)",
text: "Cell Voltage (mV)",
},
suggestedMax: 0.28,
min: 0,
Expand Down

0 comments on commit 56dc6d5

Please sign in to comment.