function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jagdish nikam 9jagdish nikam 9 

Stack Graph using Visualforce Remoting

Hello, I just want to create stack bar graph using visualforce remoting but my req is diff than normal stack graph. 
In normal stack graph values are added one after other means if a=10, b=15 then total height of x axis is 25 but here my requirment is b's value should be considered as only 5 and total height of stack graph should be 15 means resulting graph consist a=10, b=5. 
I am passing aggregate result of SOQL  to the vf page using remoting.