VolkovLabs / business-text

Dynamic, data-driven text for @grafana
https://docs.volkovlabs.io
Apache License 2.0
79 stars 14 forks source link

Unsure how to handle rendering #347

Closed craftzneko closed 2 weeks ago

craftzneko commented 3 weeks ago

I have a dashboard with 3 business text panels. Each one has HTML, JS and CSS added. one panel has an input form that searches for data and the other panels use that data to render some text. I find i get results before JS/handlebars has rendered so in some cases i might get hundreds of results in a column. The blue loading bars complete the page briefly flashes and the content is rendered. I originally though I could hide the content until docready completes but that doesnt seem to work well. What is a good way forward here to hide the content until after its all rendered.

vitPinchuk commented 2 weeks ago

@craftzneko thank you for the question.

Please, could you provide some screenshots or video. If possible, it would help to resolve the issue better

Thanks