2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
Essential Chart supports to display multiple charts in same page. Based on the requirement, you can create multiple chart containers with different id and display charts in web page. Refer to the following code example. CSHTML @(Html.EJ().Chart("container") .Series(series => series.Points(pt => { pt.X("Walmart").Y(13).Text("13%").Add(); pt.X("Apple").Y(25).Text("25%").Add(); pt.X("Best Buy").Y(12).Text("12%").Add(); pt.X("Target").Y(7).Text("7%").Add(); pt.X("Amazon").Y(10).Text("10%").IsEmpty(true).Add(); pt.X("Wenger").Y(13).Text("13%").Add(); pt.X("Others").Y(20).Text("20%").Add(); }) )) @(Html.EJ().Chart("container1") .Series(series => series.Points(pt => { pt.X("1980").Y(13).Add(); pt.X("1984").Y(15).Add(); pt.X("1988").Y(16).Add(); pt.X("1992").Y(17).Add(); pt.X("1996").Y(17).Add(); pt.X("2000").Y(18).Add(); pt.X("2004").Y(20).Add(); pt.X("2008").Y(22).Add(); pt.X("2012").Y(24).Add(); }) ))
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.