Hi Team,
I am currently binding the Timeline component to an array of a custom type. Currently, the only option to display any of the custom properties is to map them to already existing properties of the TimelineEvent interface using the modelFields property.
I would like to request the addition of a designated property in the TimelineEvent interface that references the original data item and allows me to display its properties similar to the SchedulerEvent interface:
In Kendo Angular Timeline Component, there are two orientations. One vertical and one horizontal. In the vertical orientation, there is a the feature onToggle to collapse and expand the timeline section. However in horizontal orientation I don't see such a feature. Is it possible to implement it for horizontal state as well?
I don't want to see all the details in horizontal, only the title and the date is needed. Only when the user expand that I want them to see the details.
Currently, when the Timeline has a horizontal orientation configured, only one event at a time can display its details - the selected one.
It would be great if multiple events could be visible at once in horizontal orientation as well similar to the rendering of the vertical orientation of the Timeline.
Currently, there is no built-in option that allows custom styles to be applied to the elements of the timeline axis, like the axis line, the circles, etc.
Please provide such an option for the Timeline component out of the box that will allow customizing the styling of the axis elements, e.g. setting a different color, border and so on.