Hi,
I would like each line had its specific color .
Mi Result consult:
$(id).kendoChart({ dataSource: { transport: { read: { url: "/Faturamento/GetFaturamentoGrupoGrafico?" + form, dataType: "json" } }, sort: { field: "Ano", dir: "asc", }, group: { field: "Grupo", }, }, theme: $(document).data("kendoSkin") || "blueopal", legend: { }, seriesDefaults: { type: "line" }, series: [{ field: "Qtde", }], categoryAxis: { field: "Ano", }, valueAxis: { labels: { format: "N0" }, // majorUnit: 10000 }, tooltip: { visible: true, template: "#= series.name #: #=kendo.format('{0:N0}', value) #" } });