Skip to main content
1-Visitor
November 18, 2021
Solved

Date display on a graph

  • November 18, 2021
  • 1 reply
  • 1844 views

Hello everyone, can you please tell me how can I display the date on the x-axis?
I use line chart

Alexey_Arkhipov_0-1637241777848.png

 

Best answer by Alexey_Arkhipov

Apparently, I really used a custom widget. Now I have configured everything correctly, and consequently - the issue has been resolved. Thank you for your time!

1 reply

16-Pearl
November 22, 2021

Hi @Alexey_Arkhipov,

 

I believe you need to prepare an infotable data with DataShape - one field of type DateTime, another field of type Number (Downtime for example).

 

Bind above data to Line Chart and specify the XAxisField property of Line Chart should do the work.

1-Visitor
November 26, 2021

This has already been done. For some reason there is no way to bind timestamp to the x-axis

16-Pearl
December 29, 2021

Hi @Alexey_Arkhipov,

 

In that case, could you please make sure it's indeed built-in Line Chart widget in ThingWorx Platform, not a Widget introduced by extension?

Is it possible for you to provide the Mashup and all the dependent entities (Thing, Datashape etc.)