A table, containing many columns and some gauges often does not render upon opening. But once you click anywhere on the app or refresh the browser it renders fine. This happens with the IE plugin but not in Ajax. Any ideas on how to fix?
I think you are displaying huge data or using complex expressions or calculated dimensions, if this are the cases reduce the data to be displayed in the table by forcing users to select some filters, calculate the values in script itself if possible, arrive the dimensions in script itself to remove the calculated dimensions.
By doing all the above even if it is not working then recreated the chart again.