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
goutham k 5goutham k 5 

Values on Bar on Barchart in Visualforce page

Hi All,
I am trying to display values on Bar chart but values are displaying behind bar.
below is the snippet i'm using
<apex:barSeries title="Areas" orientation="vertical" axis="left"
                        xField="name" yField="data1" tips="true">
       <apex:chartTips height="20" width="120"/>
       <apex:chartLabel field="data1" display="outside" orientation="horizontal"/>
  </apex:barSeries>


User-added image
Need Suggestions.

Thanks,
Goutham
NagendraNagendra (Salesforce Developers) 
Hi Goutham,

Sorry for this issue you are encountering.

May I suggest you please check with below link form the stack exchange community with a similar discussion which might help you further. Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Regards,
Nagendra