Receiving a log message: Pie diameter is too small, not rendering.
Then it seems when I hover or click inside the page I get: Uncaught TypeError: Can't read property '0' from undefined
<link href="/Content/jqPlot/jquery.jqplot.css" rel="stylesheet" type="text/css" /> <script src="/Scripts/jquery.jqplot.js" type="text/javascript"></script> <script src="/Scripts/jqplot.pieRenderer.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { </script>
Here is its div:
<div id="weeklyProjectSummary"></div>
Here is what I see on the page: 
Let me know if you need more details.
source share