eagene Report post Posted April 29, 2010 Is it necessary to explicitly define the x axis values/labels in a scatter plot? The y axis is calculated automatically. Am I missing something? This is a pain to do because the data comes from a database and I don't want to write my own algorithm for auto-scaling. Thanks, Elizabeth Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 30, 2010 Hi Elizabeth, Could you please let us know the name of the scripting language that you are using to render the chart? Share this post Link to post Share on other sites
eagene Report post Posted April 30, 2010 (edited) Rendering in Javascript, but the dataUrl script is php Edited April 30, 2010 by Guest Share this post Link to post Share on other sites
Ayan Pal Report post Posted May 1, 2010 (edited) Hi Eagene, In scatter chart x axis value is required in 2 place 1.category tag. if you didn't give the x axis value in any category tag the category will not be shown in the chart. 2. set tag if you didn't give the x axis value in any set tag the tag will be shown at 0 x position. labels are not explicitly required at any place. you may refer to the link http://www.fusioncharts.com/Docs/Contents/ChartSS/Scatter.html Edited May 1, 2010 by Guest Share this post Link to post Share on other sites
eagene Report post Posted May 3, 2010 So even though the chart could automatically calculate the scale and labels for the x-axis as it does for the y (since we specify the x for each plot point), we need to specify them explicitly? Are there any plans on your side to support automatic labeling for the scatter plot x axis as you do on the y axis for all the chart types? Thanks, Elizabeth Share this post Link to post Share on other sites
Ayan Pal Report post Posted May 4, 2010 Hi Elizabeth, Currently all charts need to specify x scale labels. Next major release will add this feature. Share this post Link to post Share on other sites
eagene Report post Posted May 4, 2010 Thanks for your reply. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 5, 2010 Hi, You are welcome. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites
jatin jain Report post Posted May 25, 2011 Hi Elizabeth, Currently all charts need to specify x scale labels. Next major release will add this feature. Hi Ayan, So is it available in current release now ?? Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 25, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. We will try to implement this feature in our next major release. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites