samkwitty Report post Posted May 7, 2010 Is it possible to override the a-axis labels on a bar chart 2D? Using this http://www.fusioncharts.com/docs/Contents/ChartSS/Bar2D.html as an example I would like to replace the salary numbers on the x-axis with some other labels. So instead of $0k, $200k, $400k... etc I want to say Low, medium, high. Thanks -Sam Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 8, 2010 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. Share this post Link to post Share on other sites
samkwitty Report post Posted May 24, 2010 That is tricky... but it works. Thanks for the tip! Related to this. Is it possible to stagger trend line labels like you can with the axis labels? Share this post Link to post Share on other sites
Sanjukta Report post Posted May 24, 2010 Hi Sam, I am afraid, FusionCharts does not support the 'stagger' feature on the trend line labels, as of now. Share this post Link to post Share on other sites