Skip to main content
1-Visitor
April 20, 2016
Solved

Timeseries chart

  • April 20, 2016
  • 3 replies
  • 1829 views

I have an example Thing with a valuestream attached to it.

In Composer, I have a timeseries chart displaying data from "QueryPropertyHistory" of the Thing.... but this only spans for the last ~500 values. How can I get all the data that was logged in the timeseries chart. Do I attach the valuestream to the chart?

Best answer by MikeWunderlich

That service should have in input for maxItems.  It is default to 500, have you adjusted this?

2016-04-20 15_04_27-ThingWorx Composer.jpg

3 replies

10-Marble
April 20, 2016

That service should have in input for maxItems.  It is default to 500, have you adjusted this?

2016-04-20 15_04_27-ThingWorx Composer.jpg

1-Visitor
April 21, 2016

500 values is the max items by default. In mashup, you can set a bigger value in maxItems of QueryPropertyHistory service.

gseq1-VisitorAuthor
1-Visitor
April 21, 2016

Thanks!