ae3e/ae3e-plotly-panel

Cannot read properties of undefined (reading 'text') - Grafana 8.0+ - Plotly - Elasticsearch

Opened this issue · 1 comments

Grafana Version: v8.3.0
ae3e Plotly version: 0.5.0
Elasticsearch: 7.0+

Getting Cannot read properties of undefined (reading 'text') when using variables with adhoc filters

image

image

Variable:
image

I believe adding a null check here should solve this issue.

context[elt.name] = elt.current.text;