Good day, my problem is that I have an application with VS, C # and MVC 4. I'm trying to load different charts one for each div I have, I'm trying to do with the sigueinte javaScript way:
$("#ChartColumn").load("<%= Url.Action("ChartColumn","Indicador") %>?pstrIdDepto=" + 1); $("#ChartProduccion").load("<%= Url.Action("ChartColumn","Indicador") %>?pstrIdDepto=" + 1);
After the description go to the problem, which is that you are loading all divs to do. Load, loading one, two, or three, indifferently and not always the same, the only thing that is always loaded first.
Can you give me a help with this?
Hello Hector,
In MVC projects I can recommend you to use our IGNITEUI charts instead. They are created and optimized to work in exactly such environment.
More about our IGNITEUI charts you can find here:
http://ko.infragistics.com/products/jquery/chart/
http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=igDataChart_Overview.html