Closed craftzneko closed 6 months 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?
Hi @craftzneko to get data and dataFrame you can use context.data and context.dataFrame
context.data
context.dataFrame
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?