Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I have created a time series chart in mashup. Chart accepts two input parameters start date and end date to filter chart. Now I need to embed this chart into another web application.
for example Mashup url is:
<server>/Thingworx/Mashups/TimeSeriesDemoChart?appKey=xxxxxxxxxxxx
and a frameset where I am embedding mashup:
<frameset rows="100%">
<frame src="<server>/Thingworx/Mashups/TimeSeriesDemoChart?appKey=xxxxxxxxxxxx">
</frameset>
It's working fine but I am not getting how do I pass Start Date and End Date to filter chart.
if any one has idea about it please help.
Thanks in advance.