Commit 7c5b9f8c by Alexander Zobnin

heatmap tooltip: change "values" label to "count"

parent 7770c38e
......@@ -93,7 +93,7 @@ export class HeatmapTooltip {
valuesNumber = yData.values.length;
tooltipHtml += `<div>
bucket: <b>${boundBottom} - ${boundTop}</b> <br>
values: <b>${valuesNumber}</b> <br>
count: <b>${valuesNumber}</b> <br>
</div>`;
if (this.panel.tooltip.seriesStat && yData.seriesStat) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment