Sign in to follow this  
Mirco

font color when outside data plot

Recommended Posts

Hi, i have a styling problem when using column2d chart with great difference in values from the max and lowest plot.

The chart should put the value text inside the plot. Sometimes the plot is to small and fusioncharts decide to print it outside.

Now i have the problem that i use white as color, thats ok when the value is inside the plot ( blue ) but not good when the value is outside the chart ( whit as well )

 

Is there a possibility to render the inside color other then the outside values ?

 

A short demo you see attached

 

Thanks for your help.

Mirco

post-65499-0-21285400-1429210193_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

The issue is seen for the values appearing outside of the data plot due to attributes defined in fint theme application.

 

To avoid this scenario, we can add "valueBgColor" in the chart element. Please check out the fiddle at: http://jsfiddle.net/w1q1fq8q/1/

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi, thanks for your quick answer. 

This is not the best solution but it will work, better would be if i can set two different colors ( inside/ outside )

 

Whit this solution i run in the next "issue" now the values drop out at the bottom side ( picture attached )

I try to fix it whit valuePadding but then the values drop out at the top.

 

 

Best 

Mirco

post-65499-0-92142700-1429261884_thumb.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