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

mouse over event or mouse over value for kendo-arcgauge

1 Answer 122 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
DotMax
Top achievements
Rank 1
DotMax asked on 19 Nov 2018, 08:03 PM

I need to display how much % used in my kendo-arcgauge chart. I dont want that to be displayed inside the guage. Can you let me know if we can do with mouse over event like bar chart like this below.

 

 <kendo-chart-tooltip [shared]="true">
                                    <ng-template kendoChartSharedTooltipTemplate>          
                                        <div>
                                            50%
                                        </div>
                                    </ng-template>
                                </kendo-chart-tooltip>

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 21 Nov 2018, 09:37 AM
Hi DotMax,

Indeed, there is no such built in feature available at the moment. However, we can use use the center template feature in combination with some custom JavaScript in order to achieve the desired functionality as demonstrated in the following example:
https://stackblitz.com/edit/angular-6tdsli?file=app/app.component.ts

I hope this helps.

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
DotMax
Top achievements
Rank 1
Answers by
Svet
Telerik team
Share this question
or