I have a scheduler that is set to a month view and would like to implement the kendo-charts in each of the dates. Does anyone have any suggestions on how I should approach this or is this not possible? Any help would be appreciated.
Inside html:
<kendo-scheduler id="scheduler k-options="monthCtrl.scheduler"/>
Inside controller:
this.schedulerOptions = {
max: new Date(),
editable: false,
height: 1000,
views: [
"month"
],
};