I would like to request the functionality to add an image into the series displayed in a Kendo UI Chart instead of it being a color.
Hello Hari,
The Chart widgets are rendered as SVG by default. Adding an image inside a Chart would mean converting that raster image to svg. Such addition can significantly hurt the performance of the Chart. Especially when having a lot of data.
With that said, you can apply gradient to the Chart as illustrated in the following example:
https://docs.telerik.com/kendo-ui/knowledge-base/chart-area-gradient-effect
Regards,
Viktor Tachev
Progress Telerik