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
Arun Kumar 76Arun Kumar 76 

Display data on <apex:barSeries />



Hi,
I want to display data on bar series in as below.

User-added image

Currently my screen looks like as below:

:User-added image

My VF code is:
                                            width="200" data="{!Data}"
                                            colorSet="#6BAE4A,#156F9E,#A845DC,#E27001" id="AgePlaced">

                                                                                            fields="field1,field2,field3,field4" />
                                                                                            title="">

                                            
                                                                                            stacked="true" xField="name" groupGutter="1"
                                                yField="field1,field2,field3,field4
                                                title="Placed,Unplaced" colorsProgressWithinSeries="true">
                                                
                                            
                                        



KIndly do the needful
 

 
NagaNaga (Salesforce Developers) 
Hi Arun,

Sample code below might help you

User-added imagePlease see this link for more information

https://developer.salesforce.com/forums/?id=906F000000098R4IAI

Best Regards
Naga Kiran
Arun Kumar 76Arun Kumar 76
Hi Naga,

This is not what I want.
I created the stacked Chart(in fig 2) .

My requirment is to display numbers on the bar (as in fig 2) instead of