Skip to main content
12-Amethyst
July 4, 2022
Solved

Polymer with highChart in custom widget mashup

  • July 4, 2022
  • 1 reply
  • 1383 views

Built an custom widget using polymer js and highcharts js.

it was working well in web application and down below image is the output of web application

Rajkumar_20673_0-1656922145837.png

 

then we built an extension.zip file and imported into mashup, but in the mashup. Output is empty (i.e blank white page). down below image is the output of mashup

Rajkumar_20673_1-1656922429745.png

 

And also in the browser console, their is no error showing up, you can see in below image

Rajkumar_20673_2-1656922644461.png

 

why it is not showing output in mashup ?

which is coming output as web application

 

@slangley  @c_lowy @PaiChung @CarlesColl  @VladimirRosu_116627 @VladimirN @pshashipreetham 

Best answer by slangley

Hi @Rajkumar_20673.

 

It is likely that you have an incompatibility between your original custom extension, possibly a conflict of libraries.  Have you checked for the existence of competing library versions either between your own custom extensions or those that come with ThingWorx?  You could try installing the new extension in a vanilla ThingWorx implementation to determine if the issue is with the out of the box libraries or those your are installing with your custom extensions.

 

Regards.

 

--Sharon  

1 reply

17-Peridot
August 29, 2023

Are you not seeing any bindings? attach the zip file here for troubleshooting.

slangleyCommunity ManagerAnswer
Community Manager
September 8, 2023

Hi @Rajkumar_20673.

 

It is likely that you have an incompatibility between your original custom extension, possibly a conflict of libraries.  Have you checked for the existence of competing library versions either between your own custom extensions or those that come with ThingWorx?  You could try installing the new extension in a vanilla ThingWorx implementation to determine if the issue is with the out of the box libraries or those your are installing with your custom extensions.

 

Regards.

 

--Sharon