cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

ChartLibrary Documentation

sdejager
1-Newbie

ChartLibrary Documentation

Hello,

I'm trying to make a custom Widget and keep stumbling upon the "TW.ChartLibrary".
I only know the basic settings that I found used in other Widgets,

but was wondering if there was any documentation so I could use it to it's full extend.

Kind regards,
Simon de Jager

1 REPLY 1
alatorre
5-Regular Member
(To:sdejager)

Hello Simon,

You can retrieve most of the JavaScript libraries, that ThingWorx uses, in the installation inside the "webapps" of Tomcat.

The full path to find what you need should be something like this :

  • C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\Common\thingworx

Here you will find every JavaScript files that are wrapped inside the "combined***.js" !

Now try to find the "twchartlibrary.js" file. Everything about TW.ChartLibrary is declared in this file.

Best regards,

Antoine LA TORRE

Top Tags