Sign in to follow this  
vishnu1.accel@gmail.com

Show value on the middle of bar2d

Recommended Posts

Hi Vishnu,

 

Single Series Bar 2D does not support to display the value in the centre of the bar. Try using "StackedBar2D" chart and display a single dataset to reproduce a similar effect.

<chart caption='Company Revenue' xAxisName='Month' yAxisName='Revenue' showValues='0' numberPrefix='$' showLegend='0'>
   <categories>
      <category label='Jan' />
      <category label='Feb' />
      <category label='Mar' />
      <category label='Apr' />
   </categories>
   <dataset seriesName='Product A'>
      <set value='27400'  color='AAEEBB'/>
      <set value='29800'  color='FFEEBB'/>
      <set value='25800' color='DDAACC' />
      <set value='26800' color='FFAABB'/>
   </dataset>
</chart> 

Capture.PNG

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this