ChartJSCore
ChartJSCore copied to clipboard
Using Multiple Graphic Single View in ChartJSCore
Hi,
`
@{ChartJSCore.Models.Chart chart = (ChartJSCore.Models.Chart)ViewData["chart"];}
@{ ChartJSCore.Models.Chart chartPie = (ChartJSCore.Models.Chart)ViewData["piechart"];}
/* In Page is viewing two pie chart but should be one linechart and one one piechart. How do I make? */