getTagColor() function
getTagColor() function
Signature
export declare function getTagColor(index: number): {
color: string;
borderColor: string;
};
Import
import { getTagColor } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
index | number |
Returns:
{ color: string; borderColor: string; }