I am loading a stacked bar chart on a page. Using a dropdown list and JavaScript code, I am reloading the chart with different data parameters based on user input. Everything works fine in Firefox.
But in IE, the chart loads fine on initial load. But when using the dropdown menu to change the data in the chart, the chart sometimes doesn't load correctly. It will load the background and show the chart title. But the bars don't appear. Even in debug mode, the debug info box doesn't show up.
The code that loads the charts the is the same across the scenario (i use JavaScript to load it initially as well as based on dropdown changes).
I have attached the partially loaded chart.