openmet Report post Posted January 14, 2015 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
Vishalika Report post Posted January 16, 2015 Hi, Welcome to FusionCharts Forum. Currently, there are no separate attributes for specific quadrant for formatting in Scatter Charts. Share this post Link to post Share on other sites
Arijit Report post Posted February 12, 2015 (edited) 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 February 12, 2015 by Arijit Share this post Link to post Share on other sites
Nabajeet Report post Posted February 13, 2015 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