Sethenvir

Aligning Multiple Charts

Recommended Posts

Hi all,

 

Ok so I have a page and that page has multiple stacked bar charts. The charts, while reporting across the same data are exceedingly different in general data range.

 

Some sections will often report in just the tens to hundreds while others will spiral up to the thousands and tens of thousands and in some cases hundreds of thousands. So even though they share the same parent data set as it were its not viable to show them in the same chart as the data itself isn't directly related between groups and some groups will have such high figures it will render the data with a lower range completely illegible.

 

The PROBLEM is that it looks exceedingly untidy. The labels on each bar are different, some short, some long. As a result some label areas are taking up say 5% of the available space, some 10% and some 15% making it all look exceedingly untidy and mismatched.

 

I've tried padding the labels with spaces and separating on to lines but of course the font used in the charts isn't a monospaced so.... the results are less than perfect. I've tried using maxLabelWidthPercent but thats resulted in..... not a lot and anyway, thats only setting the maximum, not what it'll actually take. I've tried the last in conjunction with useEllipsesWhenOverflow - again to no avail. 

 

Please see attached to see what I mean if that wasn't clear enough. Red lines added to emphasis the issue.

 

Any advice?

 

 

post-65432-0-04547000-1447866884_thumb.png

Share this post


Link to post
Share on other sites

The solution I've gone with in the end is setting the baseFont property to Consolas - a monospaced font - and padding where appropriate. Though honestly this feels like more than a bit of a hack and rather untidy.

Share this post


Link to post
Share on other sites
Hi

 

Alignment of chart is not possible natively using FusionCharts suite, if you are using multiple chart types. In the scenario you described alignment depends upon various factors left margin, concentration of labels in chart. You have also used several breaks in labels which also cause misalignment of charts.

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