JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Pivot/grouping + charting question › Reply To: Pivot/grouping + charting question
Hi pkz,
I have answered the questions regarding the chart and the slow loading to your colleague at the support mail.
The chart is cut-off since it’s default width is 400px. You can set it to 100% or any other % value and it will scale inside the window. For example:
smart-chart{
width: 95%;
}
smart-window{
width: 600px;
}
For the second issue:
allowRowGroup is not a valid Grid column property. I think you are confusing it with ‘allowGroup’
You can find the full Grid API here – https://www.htmlelements.com/docs/grid-api/#toc-column
‘allowRowGroup’ only exists for PivotTable columns. Some of the properties of the grid and pivot columns are similar, but they are not identical
Best regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/