Custom markers

Is it possible to use custom markers?

demos.telerik.com/kendo-ui/line-charts/visuals

I’ve tried this in the Dashboard Advanced section, but it’s not inserting the image.

config.series[1].markers = { visual: function (e) { var src = "https://cdn4.iconfinder.com/data/icons/small-n-flat/24/star-128.png"; var image = new kendo.drawing.Image(src, e.rect); return image; } };

When I edit their sample with just the image URL it works. Not sure if this option is available in Dashboard designer’s version of Kendo.

Unfortunatelly, this feature is unavailable in the version of Kendo Charts Dashboard Designer uses.