I am trying to display 24 LineCharts on a window 4 rows and 6 columns as shown in the picture. The window size is 1368x912 px.
The problem I am facing is that I need to show 24 LineCharts on a smaller window than shown on the upper image, but the smallest size of a LineChart is 200x150 px (at least I can't make it smaller).
Is there any way to overwrite the LineChart class to enable it to make it smaller?