The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SMSrihari Muthukaruppan Syncfusion Team November 19, 2020 04:10 PM UTC
Hi Pylori,
We have analysed your query. From that, we would like to let you know that the chart is responsive with respect to the width and height of its parent element, if its zero, then it will render with its default size(600 * 450). Since while the dashboard panel resizes the height and width of the parent element seem to be zero and the chart gets rendered with the default size. Hence we suggest refreshing the chart manually after panel resize to achieve your requirement using created() and resize() event of DashboardLayout component. we have also modified the style of chart using the class name to achieve your requirement. Please find the below sample, code snippet and screenshot