mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
vmui: change graph legend label format (#3315)
This commit is contained in:
parent
e188b59382
commit
651a3aa18b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const Legend: FC<LegendProps> = ({labels, query, onChange}) => {
|
|||
e.stopPropagation();
|
||||
handleClickFreeField(freeField, fieldId);
|
||||
}}>
|
||||
{f}: {legendItem.freeFormFields[f]}
|
||||
{freeField}
|
||||
</span>
|
||||
</Tooltip>;
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue