Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
Can we create Bar charts in visualforce email templates?
Please let me know if this is feasible.
Thanks.
--Asif
I think that using Google Charts could solve your problem.
Thanks for your reply.
Do you have any basic code examples through which i can start. Please let me know. Thanks.
If you insert something like that in your email template, the chart should appear.
< img src="http://chart.apis.google.com/chart?cht=p&chtt=Profile+Mix&chs=500x250&chd=t:36.1,7.7,56.2&chl=EOS+36.1%25|Business+Machines+7.7%25|Rest+of+Business+56.2%25&chco=9999FF|993366|FFFFCC" width="375" height="187" / >
For all detail about google chart, you can have a look on thei documentation.
Read this.... https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_advanced_google_charts.htm
I think that using Google Charts could solve your problem.
Thanks for your reply.
Do you have any basic code examples through which i can start. Please let me know. Thanks.
If you insert something like that in your email template, the chart should appear.
< img src="http://chart.apis.google.com/chart?cht=p&chtt=Profile+Mix&chs=500x250&chd=t:36.1,7.7,56.2&chl=EOS+36.1%25|Business+Machines+7.7%25|Rest+of+Business+56.2%25&chco=9999FF|993366|FFFFCC" width="375" height="187" / >
For all detail about google chart, you can have a look on thei documentation.
Read this.... https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_advanced_google_charts.htm