mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Graph: fix time label description for datalink suggestions (#18214)
This commit is contained in:
parent
7139544c76
commit
9cd069f2c5
@ -39,7 +39,7 @@ export const getDataLinksVariableSuggestions = (): VariableSuggestion[] => [
|
||||
},
|
||||
{
|
||||
value: `${DataLinkBuiltInVars.valueTime}`,
|
||||
documentation: "Adds narrowed down time range relative to data point's timestamp",
|
||||
documentation: 'Time value of the clicked datapoint (in ms epoch)',
|
||||
origin: VariableOrigin.BuiltIn,
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user