* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
773 B
773 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "calculateStats" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
calculateStats() function
calculateStats() function
Signature
export declare function calculateStats(values: any[]): LogLabelStatsModel[];
Import
import { calculateStats } from '@grafana/data';
Parameters
| Parameter | Type | Description |
|---|---|---|
| values | any[] |
Returns:
LogLabelStatsModel[]