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
In this case you'll have hide the legend.
legend: { visible: false },
And create your own legend in html.