Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi everyone,
I am struggling with configuring the time series chart in my vuforia studio. I don't know why the chart doesn't start with the first timestamp. The chart doesn't look good because the data is on the right side. The left side of the chart is blank because there is no data. I use QueryPropertyHistory to populate the data. I have checked that the returned data is correct. How to configure the timestamp on the time series chart?
Solved! Go to Solution.
Hi @evanfebrianto ,
tested the service QueryPropertyHistory with a Time Series Chart feature and it seem to work ok.
I used TWX object RobotArm1 with some logged properties /values are saved to a stream. I tested the service in TWX platform QueryPropertyHistroy to see if I could achieve also in TWX view the desired results:
The added the RootArm1 object to the external data section and added the service QueryPropertyHistroy.
Then created the following links to the time series widget /respectively did the property setting:
So set the filed for X and Y axis and the parameters for the execution of the service.
Added a link of the serviceInvoceComplete to the update Chart Widget event. Then it was working fine.
So have the following display in preview mode:
Hi @evanfebrianto ,
tested the service QueryPropertyHistory with a Time Series Chart feature and it seem to work ok.
I used TWX object RobotArm1 with some logged properties /values are saved to a stream. I tested the service in TWX platform QueryPropertyHistroy to see if I could achieve also in TWX view the desired results:
The added the RootArm1 object to the external data section and added the service QueryPropertyHistroy.
Then created the following links to the time series widget /respectively did the property setting:
So set the filed for X and Y axis and the parameters for the execution of the service.
Added a link of the serviceInvoceComplete to the update Chart Widget event. Then it was working fine.
So have the following display in preview mode: