Searched refs:HISTOGRAM_X (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 1160 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 D | ipmi_timeline_vis.js | 229 const HISTOGRAM_X = 270; constant
|