This is because on line 15 of your client-side code, you pass JQuery.Of "Body" to HighCharts, which prompts it to use the element with tag name "body" as container. You probably want to do this instead:

1
2
HighCharts.Create(JQuery.Of el.Body,
    etc...

This will tell HighCharts to use the div as container.

By on 5/22/2014 1:34 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper