function readOnly(count){ }
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
I am steruggling to plot a Stacked Area chart in Visualforce. Can you pls suggest what is the best way to achieve this.
SandeepV
Thanks for your help.
My Issue has been resolved , I was able to plot the chart successfully with Google Visualizations.
Thanks.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm
What are you struggling with exactly?
-Andy
It is clear that salesforce visual charting is not able to plot the graph which i want. Check the image attached.
stacked area chart
I have not seen this kind of graph in Salesforce. I am trying to use the Google charts API to plot this graph.
Can you help me with this.? I am a newbie to Salesforce , if you can suggest me some example or sample charts code to refer , that will be good.
Visualforce Charting does not currently support area charts. However, doing apex:chart w/ multiple apex:lineSeries may achieve the desired chart.
Thanks for your help.
My Issue has been resolved , I was able to plot the chart successfully with Google Visualizations.
Thanks.
SandeepV
All Answers
http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm
What are you struggling with exactly?
-Andy
It is clear that salesforce visual charting is not able to plot the graph which i want. Check the image attached.
stacked area chart
I have not seen this kind of graph in Salesforce. I am trying to use the Google charts API to plot this graph.
Can you help me with this.? I am a newbie to Salesforce , if you can suggest me some example or sample charts code to refer , that will be good.
SandeepV
Visualforce Charting does not currently support area charts. However, doing apex:chart w/ multiple apex:lineSeries may achieve the desired chart.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm
Thanks for your help.
My Issue has been resolved , I was able to plot the chart successfully with Google Visualizations.
Thanks.
SandeepV