MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / valueAt

Function valueAt

static/plugins/chart.js/Chart.bundle.js:11270–11276  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

11268 highest = heights.indexOf(highestLabelSize);
11269
11270 function valueAt(idx) {
11271 return {
11272 width: widths[idx] || 0,
11273 height: heights[idx] || 0,
11274 offset: offsets[idx] || 0
11275 };
11276 }
11277
11278 return {
11279 first: valueAt(0),

Callers 1

computeLabelSizesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected