Home
last modified time | relevance | path

Searched refs:yBucketSize (Results 1 – 7 of 7) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/heatmap/
H A Dheatmap_ctrl.ts60 yBucketSize: null, constant
180 let xBucketSize, yBucketSize, bucketsData, heatmapStats;
204 yBucketSize = this.panel.yAxis.splitFactor;
208 yBucketSize = heatmapStats.max / Y_BUCKET_NUMBER_DEFAULT;
210 yBucketSize = 1;
215 yBucketSize = this.panel.yBucketSize || yBucketSize;
223 yBucketSize = 1;
232 yBucketSize: yBucketSize,
244 let xBucketSize, yBucketSize, bucketsData, tsBuckets;
277 yBucketSize = 1;
[all …]
H A Dheatmap_tooltip.ts167 getYBucketIndex(y: number, data: { tsBuckets: any; yBucketSize: number }) {
171 const yBucketIndex = getValueBucketBound(y, data.yBucketSize, this.panel.yAxis.logBase);
184 const yBucketSize = this.scope.ctrl.data.yBucketSize; constant
208 barWidth = Math.floor((HISTOGRAM_WIDTH / (max - min)) * yBucketSize * 0.9);
210 const barNumberFactor = yBucketSize ? yBucketSize : 1; constant
H A Dheatmap_data_converter.ts207 function convertToHeatMap(seriesList: TimeSeries[], yBucketSize: number, xBucketSize: number, logBa…
234 xBucket.buckets = convertToLogScaleValueBuckets(xBucket, yBucketSize, logBase);
236 xBucket.buckets = convertToValueBuckets(xBucket, yBucketSize);
291 function getValueBucketBound(value: any, yBucketSize: number, logBase: number) {
293 return getBucketBound(value, yBucketSize);
295 return getLogScaleBucketBound(value, yBucketSize, logBase);
H A Drendering.ts581 let yGridSize = Math.floor(this.yScale(this.yScale.invert(0) - this.data.yBucketSize));
585 const splitFactor = this.data.yBucketSize || 1;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/heatmap/specs/
H A Dheatmap_data_converter.test.ts156 ctx.yBucketSize = 2;
199 const heatmap = convertToHeatMap(ctx.series, ctx.yBucketSize, ctx.xBucketSize, ctx.logBase);
226 const heatmap = convertToHeatMap(ctx.series, ctx.yBucketSize, ctx.xBucketSize, ctx.logBase);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1yBucketSize: number, xBucketSize: number, logBase = 1) {\n const heatmap = {};\n\n for (const se…
H A Dapp.0e38943fa459e872fe93.js.map1 …bucket. Has priority over Buckets option.'\\\" ng-model=\\\"ctrl.panel.yBucketSize\\\" ng-change=\…