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 988c2c9 commit 0545094Copy full SHA for 0545094
web-ui/src/pages/PulseReportPage.jsx
@@ -467,7 +467,7 @@ const PulseReportPage = () => {
467
return (
468
<div className="custom-tooltip">
469
<p>{label}</p>
470
- {payload.map(p => {
+ {payload.slice().reverse().map(p => {
471
return <div style={{color: `${p.color}`}}>
472
{p.value} {p.name.props.children}
473
</div>;
0 commit comments