This is a migrated thread and some comments may be shown as answers.

Month view Scheduler with kendo-charts integrated in each date

1 Answer 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 18 Jan 2018, 01:05 AM

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"
                ],
};

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 19 Jan 2018, 11:44 AM
Hello Adrian,

Here you will find a small sample implementing the described scenario. You will notice, that the Charts are placed and initialized in the dayTemplate of the Scheduler Month view.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Adrian
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or