Skip to content

Using Multiple Graphic Single View in ChartJSCore  #79

@kbrmumcu

Description

@kbrmumcu

Hi,

`

@{ChartJSCore.Models.Chart chart = (ChartJSCore.Models.Chart)ViewData["chart"];}

<script src="~/Chart.js/chart.js"></script> <script> @Html.Raw(chart.CreateChartCode("lineChart")); </script>

@{ ChartJSCore.Models.Chart chartPie = (ChartJSCore.Models.Chart)ViewData["piechart"];}

<script> @Html.Raw(chartPie.CreateChartCode("pieChart")); </script>

/* In Page is viewing two pie chart but should be one linechart and one one piechart. How do I make? */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions