ChartJSCore icon indicating copy to clipboard operation
ChartJSCore copied to clipboard

Using Multiple Graphic Single View in ChartJSCore

Open kbrmumcu opened this issue 3 years ago • 0 comments

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? */

kbrmumcu avatar Apr 20 '22 10:04 kbrmumcu