openmet

font formatting in Scatter Quadrant

Recommended Posts

Hi;

 

Is there a way to set formatting attributes (font color, font size, etc.) in the labels of the Quadrants (quadrantLabelTL, quadrantLabelTR, etc.) of the Scatter Charts?

 

Thanks for your help,

 

      Jordi

Share this post


Link to post
Share on other sites

Hi,

 

I am unable to draw Quadrant in Scatter chart by using the attributes given here for Scatter chart(xy).

These are the attributes bellow:

 

"xaxismaxvalue":"100",
    "xaxisminvalue":"20",
    "yaxismaxvalue":"7",
    "yAxisMinValue":"0",
    "drawQuadrant":"1",
"quadrantXVal":"55",
"quadrantYVal":"4",
"quadrantLineColor":"#000000",
"quadrantLineThickness":"5",
"quadrantLineAlpha":"50"
 
I am facing problem for this.If you can help me regarding this it will be very helpful to me.
 
Thanks,
Arijit
Edited by Arijit

Share this post


Link to post
Share on other sites

Hi Arijit,

 

Please make sure your data values are in the range of your min/max values, if your values are outside this range, though you have set y x axis min max values quadrant will not appear because the max min values are overwritten by actual values.

 

Please check this fiddle for a demo using your attributes:

http://jsfiddle.net/nabajeet_fusioncharts/dhyk91q9/

 

You can refer here for info on customizing quadrants:

http://docs.fusioncharts.com/tutorial-chart-guide-bubble-and-xy-charts-customizing-quadrants.html

 

If still quadrant doesn't appear please send us a sample of your code

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