Chore: Test datasource to support template $seriesIndex in label values (#68497)

* update test datasource to support template $seriesIndex in label values

* prettier

---------

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
This commit is contained in:
Yuri Tseretyan
2023-05-15 17:47:40 -04:00
committed by GitHub
parent 8ba1762618
commit d3ae8df357
3 changed files with 53 additions and 23 deletions

View File

@@ -231,6 +231,9 @@ export const QueryEditor = ({ query, datasource, onChange, onRunQuery }: Props)
<br />
key=value, key2=value
<br />
Value can contain templates:
<br />
$seriesIndex - replaced with index of the series
</>
}
>