Connected Field Service > Using the Connected Field Service Accelerator > Sample Mashups > PTC.CSLM.Demo.PropertyChart
  
PTC.CSLM.Demo.PropertyChart
The charting mashup PTC.CSLM.Demo.PropertyChart is used typically to display the current values of a property on a connected asset.
The mashup includes the following parameters:
Parameter
Required/Optional
Description
Example
thingName
Required
Thing in question
PTC.Demo.Assets.MRI_8
property
Required
Thing property
Temperature
date
Optional
The center of the chart when provided. If not provided the current time will be on the right of the chart.
2015-07-10T00:00:00.000Z
days | hours
Optional
Time span to display
days=2
hours=12
Example URL
https:///Thingworx/Runtime/index.html#mashup=PTC.CSLM.Demo.PropertyChart& thingName=PTC.Demo.Assets.MRI_8& hours=1& property=Temperature
Example Chart