kendo chart legend : label at left, color at right

前端 未结 2 1268
臣服心动
臣服心动 2020-12-10 19:45

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

2条回答
  •  情歌与酒
    2020-12-10 20:11

    In this case you'll have hide the legend.

    legend: {
        visible: false
    }, 
    

    And create your own legend in html.

提交回复
热议问题