Forum Discussion
Hi,
I actually had it like this already implemented using iframe. The problem was iframe widgets were visibly delayed when loading / refreshing in comparison with the rest of the dashboard. Hence I went back and used normal widgets. Is there any alternative to iframe to contain normal widgets inside blox? Or any way to improve iframe widgets loading time ?
Thanks,
Wojtek
I'm hardly an expert on Blox, but if your use-case for the indicators is simple numbers as in the above example, then just using the panel values of the formulas (for instance like in this template) would let you use as many as you want, natively without having to use iframes. If you need the bullet or speedometer formatting, I have to admit I wouldn't know how to do that either.
Iris
- Wojtek09-01-2022Cloud Apps
HI ,
Yes its a mix of different widgets: gauge and line chart so could only use iframe to fit it inside blox.
I actually went ahead and used iframe only to group 3 widgets per line to minimize use of iframes and have maximum 8 widgets per line. still visibly delayed when loading but not so bad .
I will accept your suggestion but I think eventually I will change layout and won't have to use so many widgets in single line.
- irismaessen09-01-2022Data Pipeline
For line charts in the same line as indicators, you might be able to use the Sparkline blox template/code.
Good luck!
Iris
- Wojtek09-01-2022Cloud Apps
Yes, sparkline is good. I decided to use line graph though because I could add trend line ,conditional formatting and further customize it using scripts. I wish Sparkline was more customizable. But it's good suggestion, thanks.
W