Hi Petko,
I examined the image and the lower part of it looks like pivot table. If that is correct and the requirement is to show aggregated data you can use the PivotGrid widget.
https://demos.telerik.com/kendo-ui/pivotgrid/index
For showing graphical representation of the data the Chart widget will be suitable. There are various chart types to choose from. Nevertheless Line Chart is used in the image.
https://demos.telerik.com/kendo-ui/line-charts/index
Additionally we have a how-to article that illustrates how you can integrate the PivotGrid with a Chart widget. Check it out below and let me know how it works for you.
Regards,
Viktor Tachev
Progress Telerik
Hello Petko,
You can configure the field in the data that is used for each of the axes via the series.xField and series.yField options. Check out the example below where the approach is implemented.
https://demos.telerik.com/kendo-ui/scatter-charts/date-axis
Regards,
Viktor Tachev
Progress Telerik