VolkovLabs / business-text

The Business Text panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.
https://volkovlabs.io
Apache License 2.0
83 stars 13 forks source link

Accessing other data arrays #306

Closed craftzneko closed 6 months ago

craftzneko commented 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?

vitPinchuk commented 6 months ago

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