Graph: fix time label description for datalink suggestions (#18214)

(cherry picked from commit 9cd069f2c5)
This commit is contained in:
David
2019-07-26 15:56:18 +02:00
committed by Leonard Gram
parent 10c4d6eccc
commit 8128eb6c77
@@ -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,
},
];