We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e72867 commit 2bb6788Copy full SHA for 2bb6788
app/charts/HealthChart.tsx
@@ -42,7 +42,7 @@ const HealthChart: React.FC<HealthChartProps> = React.memo(props => {
42
};
43
plotlyData = {
44
name: metric.replace(re, " "),
45
- x: reverseTimeArr,
+ x: reverseTimeArr, //reversed for better UX
46
y: valueList,
47
type: 'scattergl',
48
mode: 'lines',
0 commit comments