luftikus143 Report post Posted September 28, 2007 Hi, I have a scatter plot where I would like to offer the possibility to change the x-axis variable. The default is GDP, but the user could choose as well Population or Fish Catch. One could do it by adding below the graph an HTML SELECT box with the available variables. But I would prefer to have the box within the graph area - looks much nicer. Is there any possibility to achieve this? Thanks for any hints! Stef ____________________________________________________________________ Lean Back and Relax - Enjoy some Nature Photography: http://photoblog.la-famille-schwarzer.de Appetite for Global Data? UNEP GEO Data Portal: http://geodata.grid.unep.ch ____________________________________________________________________ Share this post Link to post Share on other sites
Pallav Report post Posted September 30, 2007 I'm afraid you cannot have a drop down in the chart. However, you can have your drop down in HTML and connect the data to chart using client side JavaScript - without invoking any page refreshes. Share this post Link to post Share on other sites
luftikus143 Report post Posted October 1, 2007 ah.... is this the example for it: http://www.fusioncharts.com/Demos/JS/Index.html ? Share this post Link to post Share on other sites
Pallav Report post Posted October 5, 2007 Yes - this is one example where we use JavaScript + dataXML method. You can use also use JavaScript + dataURL method. Share this post Link to post Share on other sites