Hi Colin,
Thanks for contacting Syncfusion Support.
We have analyzed your query and tried to reproduce the reported issue in our sample but not able to reproduce the reported issue at our end. In the sample ,we have rendered the chart using partial view.
Please refer the code example below
[Partial.cshtml]
@{Html.RenderPartial("Index");}
[Index.cshtml]
<div>
<ej-chart id="container">
</ej-chart>
</div>
|
And we have prepared the sample using partial view for your reference and attached in the below location.
Please find the output of the sample below
And if you still face any concern, kindly revert us with issue reproducing runnable sample or modified the attached sample along with replication steps to provide the exact solution sooner.
Please let us know if you have any concern.
Regards,
Saravana Kumar K.