Hello,
is it possible to have all the chart configuration in a object that implements ChartOptions and then pass it to the chart component in the template?
Something like this:
const myConfig: ChartOptions = {
series: mySeries,
title: myTitle,
...
}and then in the template:
<kendo-chart [chartOptions]="myConfig"></kendo-chart>Thank you.
Kind regards.
