Show up to 15 projects in chart tooltips (#3739)

This commit is contained in:
Prospector 2025-06-04 13:19:06 -07:00 committed by GitHub
parent c9423fe478
commit 72340790e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ function generateTooltip({ series, seriesIndex, dataPointIndex, w }, props) {
props,
);
} else {
const returnTopN = 5;
const returnTopN = 15;
const listEntries = series
.map((value, index) => [