Skip to content

Commit 2bb6788

Browse files
authored
Update HealthChart.tsx
1 parent 6e72867 commit 2bb6788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/charts/HealthChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const HealthChart: React.FC<HealthChartProps> = React.memo(props => {
4242
};
4343
plotlyData = {
4444
name: metric.replace(re, " "),
45-
x: reverseTimeArr,
45+
x: reverseTimeArr, //reversed for better UX
4646
y: valueList,
4747
type: 'scattergl',
4848
mode: 'lines',

0 commit comments

Comments
 (0)