cancel
Showing results for 
Search instead for 
Did you mean: 

Error while displaying Bar/Column Chart at Fiori Launchpad

former_member356284
Participant
0 Kudos

Hello All,

I am using Version 59.0.3071.115 (Official Build) (64-bit) of chrome,

But when I am trying to use bar/column vizFrame charts over here then it is throwing me some TypeError: n.getTransformToElement is not a function.

It is otherwise working on Mozilla.

Please help em understand this error.


Thanks,

Aakanksha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member224398
Participant
0 Kudos

Hi Akansha,

I got the same issue with the browser,

go through this link , with this help i was able to resolve the issue.

https://archive.sap.com/discussions/thread/3855042

Thanks,

Anurag

former_member356284
Participant
0 Kudos

Hi Anurag,

Thanks for the reply.

I also tried this, but don't know why it is not working for me.

Actually I have 3 controllers in my app.

Tried it in a number of ways, but still not working.

Thanks,

Aakanksha

former_member224398
Participant
0 Kudos

Are you deploying your app to fiori launchpad?

Why i'm asking because i deployed my apps on fiori lauchpad where i had many controllers so i added the below code in the fiorilaunchpad.html file in the script tags.

SVGElement.prototype.getTransformToElement = SVGElement.prototype.getTransformToElement || function(toElement) {
return toElement.getScreenCTM().inverse().multiply(this.getScreenCTM());
};