cuno

Members
  • Content count

    8
  • Joined

  • Last visited

About cuno

  • Rank
    Forum Newbie
  1. Hi, First of all, I'm getting happier every day with your wonderful product. It has a lot of features which come very useful and a lot of tweaking can be done. I use the MSLine chart with a Mysql database and php. The database contains the data for the graph and the text I want to use for the tooltext of certain points. I'm having great difficulty with the XML structure as the text in the database contains single and double quotes and special characters like % & ? <>. I've read something about urlencode (http://www.the-art-of-web.com/javascript/escape/) but that alone doesn't seem to do the trick. How can i be sure that i've covered all special characters that can make my XML incorrect? Thanks in advance for your reply. Kind regards, Cuno
  2. I added a mockup screenshot. After selecting in the zoomline chart I want to be able to determine the selected start and end date to update the table Cuno
  3. Hi, Here's what I'm trying to accomplish: On my webpage I want to display stock information with the zoomline graph. When the user selects a date range in the graph (e.g. zooms in) I want to be able to reload the page with the selected start and end date of the graph to refresh a set of other graphs using those datevalues. Is this possible using javascript events? Is there any example? If not, can you suggest another solution? Kind regards Cuno
  4. Hi Angie, Thanks, that helped! I think you mean xAxisMaxValue. After setting this to the highest category value of the x-axis everything works perfectly! Cuno
  5. Sure! Thanks for the lightning fast reply! I use the dataxml method. Already tried to change the width in the object properties. That only forced the chart to scale down. I pasted the xml in the attached xml-file. The object tag is described below <object width="800" height="400" data="./FusionCharts/Charts/Scatter.swf" type="application/x-shockwave-flash"><param name="name" value="graph" /> <param name="flashvars" value="dataXML=[This is the xml part (string) as attached in this reply]&debugMode=0" /> <param name="src" value="Scatter.swf" /> <param name="quality" value="high" /> </object> test.xml
  6. I've created a scatter chart (works like a charm) except for the last part of the chart which is too wide although there's no data for that part. Any suggestions what may cause this effect? Kind Regards, cuno