mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

Using Multiple Graphic Single View in ChartJSCore #79

Open kbrmumcu opened 2 years ago

kbrmumcu commented 2 years ago

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