Hello, I would like to display the same radial gauge in each minimized tile within the tile manager. The data in each tile will set the needle value for its own gauge. I currently can only render a gauge in the first tile with the balance of the tiles not able to display the gauge. What is the solution to have each tile create the same gauge? The numbers of tiles changes based on other conditions and works as expected.
Thank you.
Hello Ragin,
A possible solution is to get the initial minimized tiles after you initialize the tile manager and then create the gauges inside them.
I have attached a sample that you can test and adjust to your use case.
Thanks for the example I did not specify I am using ASP.NET MVC Helpers. Can you provide an example?