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

This commit is contained in:
David 2019-07-22 13:35:12 +02:00 committed by GitHub
parent 7139544c76
commit 9cd069f2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
];