Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I need to create a gauge based input value as % in TALEND and i have to send that gauge chart to mail component to business,
Could you please help me out on same.
Ex.
Input value : 80%
Output:: please have a look into attachment
Thank you so much adv.
It means Talend is an integration tool and it do not support construction of graphical charts of its own. You can load the data to an excel or to a database over which you can create charts using separate reporting tools.
There are Jaspersoft components in Talend in case you are planning to use Jaspersoft for reporting.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
otherwise you could create some java code to do so
https://stackoverflow.com/questions/13662984/creating-pie-charts-programmatically
you might need to load external libs using tLibraryLoad