|
56 | 56 | "display.options": "🎛️ Display Options", |
57 | 57 | "display.chart": "📊 Chart Display", |
58 | 58 | "display.chartDesc": "Automatically shows charts for all configured metrics after upload", |
| 59 | + "display.tabChart": "Chart", |
| 60 | + "display.tabSmoothing": "Smoothing", |
| 61 | + "display.tabStats": "Stats", |
| 62 | + "display.tabPerformance": "Performance", |
| 63 | + "display.tabBaseline": "Baseline", |
59 | 64 | "display.performance": "Performance", |
60 | 65 | "display.downsample": "Downsample large datasets", |
61 | 66 | "display.downsampleDesc": "Uses LTTB to keep visual shape while reducing rendered points. Disable to see every data point.", |
62 | 67 | "display.downsampleThreshold": "Max points per series", |
| 68 | + "display.chartType": "Chart", |
| 69 | + "display.chartTypeLabel": "Type", |
| 70 | + "display.chartTypeLine": "Line", |
| 71 | + "display.chartTypeScatter": "Scatter", |
| 72 | + "display.chartTypeBar": "Bar", |
| 73 | + "display.yAxisType": "Y axis", |
| 74 | + "display.yAxisLinear": "Linear", |
| 75 | + "display.yAxisLog": "Logarithmic", |
| 76 | + "display.combinedView": "Combined view (dual Y axis)", |
| 77 | + "display.smoothing": "Smoothing", |
| 78 | + "display.smoothingNone": "None", |
| 79 | + "display.smoothingMA": "Moving average", |
| 80 | + "display.smoothingEMA": "Exponential moving average", |
| 81 | + "display.smoothingWindow": "Window: {{value}}", |
| 82 | + "display.showStats": "Show statistics panel", |
63 | 83 | "display.baseline": "Baseline Settings", |
| 84 | + "chart.combinedTitle": "📊 Combined view", |
| 85 | + "chart.summaryStats": "Summary statistics", |
| 86 | + "chart.stats.file": "File", |
| 87 | + "chart.stats.min": "Min", |
| 88 | + "chart.stats.max": "Max", |
| 89 | + "chart.stats.mean": "Mean", |
| 90 | + "chart.stats.std": "Std", |
| 91 | + "chart.stats.last": "Last", |
| 92 | + "chart.stats.count": "n", |
| 93 | + "annotations.title": "📍 Annotations", |
| 94 | + "annotations.xPlaceholder": "x", |
| 95 | + "annotations.labelPlaceholder": "Label (optional)", |
| 96 | + "annotations.add": "Add annotation", |
| 97 | + "annotations.remove": "Remove annotation at x={{x}}", |
| 98 | + "annotations.empty": "No annotations. Add a step to mark events (e.g. checkpoint saved, LR decay).", |
64 | 99 | "display.relativeBaseline": "Relative error baseline", |
65 | 100 | "display.relativeBaselineDesc": "Set baseline value for relative error comparison", |
66 | 101 | "display.absoluteBaseline": "Absolute error baseline", |
|
0 commit comments