rdh0930

Members
  • Content count

    5
  • Joined

  • Last visited

About rdh0930

  • Rank
    Forum Newbie
  1. Pie Chart not displaying colors

    This issue is happening for my bar chart as well
  2. Pie Chart not displaying colors

    Yes, I am referencing jquery-1.9.1.js . I dont see the flash implementation where the chart expands around into a circle.... Does that make sense?
  3. Pie Chart not displaying colors

    To get a temp fix I put this after the chart is loaded.... setTimeout(function (){$("#@(Model.ModelId)ChartFus").css({ width: "101%" });},200);
  4. Pie Chart not displaying colors

    Correction I am using a Doughnut2D
  5. The pie chart that I created is blank. The content is all there. When I resize the browser's width, the the pie chart shows up. Any ideas why the would be happening?