cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation problem? Lumira viz extension with external images -- where/when to call getImageUrl

timoelliott
Product and Topic Expert
Product and Topic Expert
0 Kudos

I'm trying to follow the documentation on creating SAP Lumira visualization extensions that include image files, here:

https://help.hana.ondemand.com/webide_vizpacker/frameset.htm?5bfb4f733acf476bad6030ecf17bf07c.html

But I'm a bit lost -- It talks about loading two images, and appears to define a function called getImageUrl to get the path of an image to load into the extension -- but then doesn't seem to actually use that anywhere in the provided example. Is this a problem with the documentation, or am I just completely misunderstanding something?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Timo,

It's a documentation problem. They left out the renderImage function, which is the one calling getImageUrl. You can see the full source code on github.

Answers (0)