I'm testing the new KK 6.5.1 on IE10 and the My Store Status panel does not load the chart. 
The errors are the following:
HTML1527: DOCTYPE expected. The shortest valid doctype is "<!DOCTYPE html>". 
konakartadmin, line 1 character 1
SCRIPT5007: Unable to set property 'overflowX' of undefined or null reference 
AbstractBaseReportDocument.js, line 171 character 5
SCRIPT5007: Unable to get property '__init_page_all' of undefined or null reference 
run, line 519 character 4
How can I fix this problem?
Andrea
			
			
			
				You can add this at the top of your webapps/konakartadmin/KonakartAdmin.html page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
This also fixes some layout issues that occur in IE10.
			
			
			
				Thanks ming , that resolve my issue too .