I'm creating a bar chart in ThingWorx, and I need the hours I display in number format to be shown in hh:mm format (converted values), but I haven't found anything about this in the community or in the widget documentation.
I would like help with this.
Screenshot:I want the 8.22 for example being shown as 8:13
Thingworx version: 9.3.8-b1504
Widget: Bar chart
Solved! Go to Solution.
@slucasTN The Y-axis of bar chart widget only supports showing quantity which must be a number or integer.
The only workaround I can think of is to show <8.22> as <8.13> and you will need to prepare <8.13> in the data source becuase bar chart widget can not do the coversion from 8.22 to 8.13.
@slucasTN The Y-axis of bar chart widget only supports showing quantity which must be a number or integer.
The only workaround I can think of is to show <8.22> as <8.13> and you will need to prepare <8.13> in the data source becuase bar chart widget can not do the coversion from 8.22 to 8.13.
Hi slucasTN,
It appears that this comment answered your question. For the benefit of other Community Members who may have the same question, it would be great if you could designate it as the Accepted Solution.
In the event that this response did not answer your question, please post your current status so that we can continue to support.
Thanks for using the PTC Community!
Regards,
Wenjing