<kendo-chart [categoryAxis]="{ categories: categories }">
<kendo-chart-series-defaults type="bar">
<kendo-chart-series-defaults-labels format="c">
</kendo-chart-series-defaults-labels>
</kendo-chart-series-defaults>
<kendo-chart-series>
<kendo-chart-series-item [data]="salesData"> </kendo-chart-series-item>
<kendo-chart-series-item [data]="purchaseData">
</kendo-chart-series-item>
</kendo-chart-series>
</kendo-chart>I am using the kendo-drawer component at the left side of a page. When the drawer is collapsed, only the icons are visible. At this time I would like to show tooltips over the icons.
I am using the 'items' attribute of Drawer to specify the items. However I do not see any attribute for tooltips in the docs for https://www.telerik.com/kendo-angular-ui/components/layout/api/DrawerItem
Is there anyway this can be achieved?

https://stackblitz.com/edit/angular-rcnrso?file=src%2Fapp%2Fapp.component.ts
Slider should resize to fit the container.


How to remove this arrow from kendo-dropdownlist/DropDownListComponent in Kendo UI for Angular? I have tried provided solutions for older version of kendo, but it doesn't work in kendo 11.6.0 and later.
Hello Kendo community!
I hope you're all doing well. I'm currently working with the Kendo Angular Scheduler, and I have a question regarding the "isAllDay" flag in the SchedulerEvent object.
I've been trying to set the "isAllDay" property to false for certain events to indicate that they are not all-day events. However, I've noticed that this property seems to be getting overwritten or not behaving as expected.
Despite explicitly setting "isAllDay" to false, I'm encountering issues where it appears to be overridden each time the event is longer than 24h.
I've reviewed the documentation, but I couldn't find a solution. Has anyone else experienced a similar issue, or is there something I might be missing in my configuration?
Any help or insights would be greatly appreciated. Thank you in advance for your assistance!
Best regards,
Damian

Hello,
How can I export an html to PDF and open it in another tab or new browser? I'm trying to use the PDFExport Component but that seems to be working only to save the pdf file into the user's system.
Hello ,
Kindly Have issue with stacked bar when try to draw two items in chart with specified with as the below
</kendo-chart-series>
the width of the first element is less than the second element as the below screen
Can Anyone help on that ?
