Home
last modified time | relevance | path

Searched refs:HISTOGRAM_X (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js1160 ctx.fillText('Time Distribution', HISTOGRAM_X, TEXT_Y0);
1163 ctx.fillText('In dataset /', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1170 ' In selection', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1173 ctx.fillText(' In viewport', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1304 this.RenderHistogram(ctx, t, HISTOGRAM_X, y);
1511 const dx = HISTOGRAM_X - HISTOGRAM_W / 2 + HISTOGRAM_W * bidx;
H A Dipmi_timeline_vis.js229 const HISTOGRAM_X = 270; constant