Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi Team,
Suppose in one section of my mashup there is a chart displaying data (Chart can be of any type) and I want to put download button to down the image of latest appearing chart.
How it can be achieved in ThingWorx 9.1.
Is there any widget already present to download these type of images?
Thanks in advance
There isn't anything like that OOTB, you can take a screenshot?
What is available is an export of the data in csv, but then you would have to recreate the chart with that data.
Hi @RK_0705 ,
This can be done by downloading the CSV file and CSV download functionality in a Mashup can be achieved using the Data Export Widget.
More details about this widget is available on help centre.
Thanks