kendo chart legend : label at left, color at right
I have kendo-chart at my js code. By default, the legend area layout is that, there is list of colors, and the right of every color - there is label with series name. I want to reverse the order: put label first, and color second, and align it to right. I think the best way to do it is by legend.item, but I don't know how to do it. see the current state: and here is demo of what I want will be: You can create a custom legend visual using the Kendo legend methods. legend: { item: { visual: function (e) { // get the default color for the legend shape var color = e.options.markers.background; //