console.log forgotten in charts

1 Answer 155 Views
Charts
Lucien
Top achievements
Rank 1
Lucien asked on 07 Jul 2022, 01:12 PM

Hello,

There is a console.log in kendo-angular-charts.js file line 814. It's triggered when shared popup open on chart. 

version: @progress/kendo-angular-charts": "7.1.0"

See below:

position(offset) { if (!this.popupSettings || !this.popupSettings.appendTo) { return offset; } const appendTo = this.popupSettings.appendTo.element.nativeElement;

console.log('appendTo', appendTo); // HERE
const bbox = appendTo.getBoundingClientRect(); const { scrollLeft, scrollTop } = this.scrollOffset(appendTo); return { left: offset.left - bbox.left - scrollLeft, top: offset.top - bbox.top - scrollTop }; }


1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 08 Jul 2022, 10:33 AM

Hi Lucien,

Thank you for the provided code snippet.

Indeed this is a known issue and it is fixed in the new official release of the charts package  v7.1.1.

The following article in our documentation demonstrates how to bump the Kendo components to their latest version:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-latest-versions

Please accept our apologies for the inconvenience.

Regards,
Miroslav
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Charts
Asked by
Lucien
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or