You need to sign in to do that
Don't have an account?
jagdish 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.
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.