Skip to content

Commit 627cb54

Browse files
font
1 parent 7780723 commit 627cb54

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

cybench/runs/viz/global_insights_template.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@
191191
align-items: center;
192192
gap: 0.75rem 1rem;
193193
margin-top: 0.65rem;
194-
font-size: 0.85rem;
194+
font-size: 1rem;
195195
color: var(--muted);
196196
}
197197
.metric-map-gradient {
198198
display: inline-block;
199-
width: 200px;
200-
height: 14px;
199+
width: 260px;
200+
height: 16px;
201201
border-radius: 3px;
202202
border: 1px solid var(--border);
203203
background: linear-gradient(to right, #dbe4ed, #1a4f7a);
@@ -966,13 +966,13 @@ <h3 style="font-size:1rem;margin:1rem 0 0.5rem;">Detail per country × model</h3
966966
let worldFeatures = null;
967967
let mapProjection = d3.geoNaturalEarth1();
968968
let mapPath = d3.geoPath(mapProjection);
969-
const MAP_EXPORT_PAD_B = 80;
970-
const MAP_EXPORT_LEGEND_FS = 15;
971-
const MAP_EXPORT_LEGEND_BAR_W = 360;
972-
const MAP_EXPORT_LEGEND_BAR_H = 14;
969+
const MAP_EXPORT_PAD_B = 115;
970+
const MAP_EXPORT_LEGEND_FS = 22;
971+
const MAP_EXPORT_LEGEND_BAR_W = 520;
972+
const MAP_EXPORT_LEGEND_BAR_H = 20;
973973
const MAP_EXPORT_FONT = "DejaVu Sans";
974-
const MAP_EXPORT_LABEL_GAP = 14;
975-
const MAP_EXPORT_LEGEND_TICK = 5;
974+
const MAP_EXPORT_LABEL_GAP = 20;
975+
const MAP_EXPORT_LEGEND_TICK = 7;
976976
let exportMeasureSvg = null;
977977

978978
function exportMeasureLayer() {

cybench/runs/viz/model_family_radar_template.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
flex-wrap: wrap;
178178
gap: 0.45rem 0.75rem;
179179
margin-top: 0.5rem;
180-
font-size: 0.82rem;
180+
font-size: 1rem;
181181
color: var(--muted);
182182
}
183183
.winner-legend span {
@@ -191,12 +191,12 @@
191191
align-items: center;
192192
gap: 0.65rem;
193193
margin-top: 0.5rem;
194-
font-size: 0.82rem;
194+
font-size: 1rem;
195195
color: var(--muted);
196196
}
197197
.benefit-gradient {
198-
width: 200px;
199-
height: 12px;
198+
width: 260px;
199+
height: 16px;
200200
border-radius: 4px;
201201
border: 1px solid var(--border);
202202
background: linear-gradient(to right, #d95f02, #c4a574, #9eb4c8, #6baed6, #2166ac);
@@ -1192,13 +1192,13 @@ <h2>Country-level AI advantage (bootstrap)</h2>
11921192
const MAP_HEIGHT = 694;
11931193
const MAP_MARGIN = 8;
11941194
const MAP_EXPORT_SCALE = 4;
1195-
const MAP_EXPORT_PAD_B = 80;
1196-
const MAP_EXPORT_LEGEND_FS = 15;
1197-
const MAP_EXPORT_LEGEND_BAR_W = 360;
1198-
const MAP_EXPORT_LEGEND_BAR_H = 14;
1195+
const MAP_EXPORT_PAD_B = 115;
1196+
const MAP_EXPORT_LEGEND_FS = 22;
1197+
const MAP_EXPORT_LEGEND_BAR_W = 520;
1198+
const MAP_EXPORT_LEGEND_BAR_H = 20;
11991199
const MAP_EXPORT_FONT = "DejaVu Sans";
1200-
const MAP_EXPORT_LABEL_GAP = 14;
1201-
const MAP_EXPORT_LEGEND_TICK = 5;
1200+
const MAP_EXPORT_LABEL_GAP = 20;
1201+
const MAP_EXPORT_LEGEND_TICK = 7;
12021202
let exportMeasureSvg = null;
12031203

12041204
function exportMeasureLayer() {

0 commit comments

Comments
 (0)