Sign in to follow this  
samkwitty

Override bar chart 2d axis labels

Recommended Posts

Guest Rajroop

Hey Sam,

 

 

 

The Bar chart treat the horizontal axis as the y-axis and the vertical axis as the X-axis. FusionCharts does not support customized text on the Y-axis as a replacement of the Y-axis values, as of now.

 

 

 

However, there might be a possible workaround for this. Here what I'm thinking here.

 

 

 

#1: Remove the display of the Divisional Lines and the Chart Y-axis Limits by using showDivLineValues='0' and showLimits='0' in the <chart> element, respectively.

 

Ref.- http://www.fusioncharts.com/docs/?ChartSS/Bar2D.html#Anchor1

 

 

 

#2: Use Trend Line/Trendzone and the 'displayValue' attribute to depict the custom string of your choice at each Divisional Line point.

 

Ref.- http://www.fusioncharts.com/docs/?ChartSS/Bar2D.html#Anchor

 

 

 

I hope this helps. :D

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