VolkovLabs / volkovlabs-dynamictext-panel

Business Text Panel for @grafana
https://docs.volkovlabs.io
Apache License 2.0
78 stars 14 forks source link

Accessing other data arrays #306

Closed craftzneko closed 4 weeks ago

craftzneko commented 1 month ago

I can access data results from all data queries in handlebars but i dont seem to be able to do this in javascript. I note there was an issue raised and resolved that had a use case of handlebars and JS. https://github.com/VolkovLabs/volkovlabs-dynamictext-panel/issues/243

Is this achievable?

vitPinchuk commented 1 month ago

Hi @craftzneko to get data and dataFrame you can use context.data and context.dataFrame image