Skip to main content
6-Contributor
December 11, 2023
Solved

Label Chart Widget support/alternatives

  • December 11, 2023
  • 1 reply
  • 925 views

Hi everyone.
I need to display in the same chart two data series. The common X-axis will be time of the entry and one Y-axis will display data using Bar-Chart, the second Y-axis will display data using Line-Chart. As you can understand, they should overlap in the same widget.
We currently using Thingworx 9.3 and after I read article CS323245 I learned that only Label Chart is capable to do it.
Our production team is concerned about it usage since its already marked as 'Legacy', and would probably cause troubles if we decide to update TW to next version.

Is there any default/well maintained alternatives we can use?
Thanks.
Illya.

Best answer by Velkumar

Hi @IR_10730188 

 

You can use a legacy label chart in Thingworx 9.3.  When you upgrade to 9.4+ you can replace it with ComboChart ( available from 9.4).  Also, Legacy LabelChart is not removed in Thingworx 9.4 

 

Velkumar_0-1702361372296.png

 

Or you can develop your own widget based on ChartJs or ECharts

Combo bar/line | Chart.js (chartjs.org)

Examples - Apache ECharts

 

/VR

 

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
December 12, 2023

Hi @IR_10730188 

 

You can use a legacy label chart in Thingworx 9.3.  When you upgrade to 9.4+ you can replace it with ComboChart ( available from 9.4).  Also, Legacy LabelChart is not removed in Thingworx 9.4 

 

Velkumar_0-1702361372296.png

 

Or you can develop your own widget based on ChartJs or ECharts

Combo bar/line | Chart.js (chartjs.org)

Examples - Apache ECharts

 

/VR