From 7c5b9f8c5b6a5cdf0f44a1c21eb6c7578a1d3b44 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 29 Mar 2017 12:41:34 +0300 Subject: [PATCH] heatmap tooltip: change "values" label to "count" --- public/app/plugins/panel/heatmap/heatmap_tooltip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/heatmap/heatmap_tooltip.ts b/public/app/plugins/panel/heatmap/heatmap_tooltip.ts index 5175ceca150..c78fb35cfba 100644 --- a/public/app/plugins/panel/heatmap/heatmap_tooltip.ts +++ b/public/app/plugins/panel/heatmap/heatmap_tooltip.ts @@ -93,7 +93,7 @@ export class HeatmapTooltip { valuesNumber = yData.values.length; tooltipHtml += `
bucket: ${boundBottom} - ${boundTop}
- values: ${valuesNumber}
+ count: ${valuesNumber}
`; if (this.panel.tooltip.seriesStat && yData.seriesStat) {