fix: fullscreen chart and metrics log layout
This commit is contained in:
@@ -137,9 +137,9 @@ export function formatMetricsLog(metrics) {
|
||||
const lines = [];
|
||||
|
||||
lines.push('');
|
||||
lines.push('═══════════════════════════════════════════════════════════════════');
|
||||
lines.push(' Recall Metrics Report ');
|
||||
lines.push('═══════════════════════════════════════════════════════════════════');
|
||||
lines.push('════════════════════════════════════════');
|
||||
lines.push(' Recall Metrics Report ');
|
||||
lines.push('════════════════════════════════════════');
|
||||
lines.push('');
|
||||
|
||||
// L0 Query Understanding
|
||||
@@ -291,7 +291,7 @@ export function formatMetricsLog(metrics) {
|
||||
}
|
||||
|
||||
lines.push('');
|
||||
lines.push('═══════════════════════════════════════════════════════════════════');
|
||||
lines.push('════════════════════════════════════════');
|
||||
lines.push('');
|
||||
|
||||
return lines.join('\n');
|
||||
|
||||
Reference in New Issue
Block a user