Skip to main content
1-Visitor
June 21, 2022
Question

create a custom Widget using Thingworx Web Component

  • June 21, 2022
  • 1 reply
  • 1470 views

we were trying to implement custom components such as high charts and plugin for tooltip and focus elements. when trying to import relevant modules the mashup does not respond. Can you provide a solution for the same .?

1 reply

Community Manager
June 23, 2022

Hi @AK_10230743 

 

We're not clear on the issue.  Did the import work successfully?  Do you see it in the Mashup Design tool?  Does the issue only happen on mashups where you added the widget?  If so, you can use the Developer tools for troubleshooting.

 

What version of ThingWorx are you running?

 

Regards.

 

--Sharon

1-Visitor
June 24, 2022

My Thingworx composer version 9.1.
Import working successfully and no issue in Mashup design tool.

1> At the time of view mashup, widget not showing in the page.
I have followed below link to start creating widget with given sample. At last "view mashup" unable to show sample widget but able to show in mashup design tool.
http://support.ptc.com/help/thingworx_hc/visual_sdk/Tutorial/CreatingWebComponentWidgetTutorial/ 

2> How to develop new custom widget with these:
-input properties that can be added into Thingworx mashup design tool properties section.
-any chart using Highcharts library

Please help me on these.