Unplanned
Last Updated: 22 Feb 2024 12:57 by zhivko.zhelezov
zhivko.zhelezov
Created on: 22 Feb 2024 12:57
Category: Charts
Type: Feature Request
1
Disable Tooltip animation

Hi team,

Please provide an animate property part of the Tooltip interface and all tooltip-related components:

https://www.telerik.com/kendo-angular-ui/components/charts/api/TooltipComponent/

https://www.telerik.com/kendo-angular-ui/components/charts/api/ValueAxisCrosshairTooltipComponent/

https://www.telerik.com/kendo-angular-ui/components/charts/api/SeriesTooltipComponent/

..etc

Currently, the tooltip animations can be disabled through the tooltipInstance.tooltip property of the Chart reference:

@ViewChild('chart') public chart: ChartComponent;
ngAfterViewInit() { this.chart.tooltipInstance.animate = false; }
0 comments