bender

Members
  • Content count

    37
  • Joined

  • Last visited

About bender

  • Rank
    Advanced Member
  1. Adobe Flash Player 9 run slowly?

    I'm using ScrollCombiDY2D.. My data from the database is a lot...I guess that's the problem?
  2. Hi all, I'm doing graphs using php and Access. But my graph load very slowly and at last it displays the following message: "A script in this movie is causing Adobe Flash Player 9 to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script?" i want to know is there any way to prevent this problem? Please reply. Thanks.
  3. XY line graph?

    Hello, thanks for the reply. Can I use the Scatter graph, but then connect the points to make it look like they're connected by a line? If yes, can you show me an example of how to do it? thanks
  4. XY line graph?

    hello all, I want to know: does fusioncharts offer the option to make a XY line graph? it will look like this (i did this on excel) thanks
  5. help selecting a period of time

    thanks Arindam.. I checked the query of selecting the dates in Access and copied them into my code and it worked well...thanks again for helping me
  6. help selecting a period of time

    ok here it is.. generated.txt
  7. help selecting a period of time

    Hi Arindam, I tried that, but still no graph displayed...do you know what else is wrong?
  8. Hi again everyone.. I want the users of my website to be able to select data for the graph to display only 1 year, 3 years or 5 years. So I went to select the date using date() and strtotime function in php... I tested it with my database by selecting this month's data, but it says 'No Data To Display'. I don't know what is wrong...can you help me? My codes is in attachment.. thanks in advance! testing.txt
  9. broken data line graph - please help me!

    Dear Arindam, I have another inquiry, hope you don't mind.. my data are dams level reading according to dates. the dates are plenty and up until now and for future use too. The prob is, I dont want my x- axis to clutter with dates, so I tried just labelling x axis and remove the 'category label' part, but now the anchor values do not display the date too! how can i modify it to be just the x-axis category labels gone, but the value of date in anchor is still there? I can attach a pic of my graph if you want, so you can have a better understanding on how to help me...thanks! reply to me..
  10. broken data line graph - please help me!

    Thank you so much, Arindam!! What you suggested really solved my problem I didn't know that we don't have to iterate thru each result...coz I followed the docs closely and it states that you have to iterate! Thank you so much again!
  11. broken data line graph - please help me!

    I've already checked my code and I'm sure I added the connectNullData='1' correctly...but there's error
  12. broken data line graph - please help me!

    Hi Rahul, hmm I did not find anything different between your code and my code...are you sure it is the right file?
  13. broken data line graph - please help me!

    hi Rahul, thanks for helping me... but i got this error after I changed that: Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '[PTP-1]='., SQL state 37000 in SQLExecDirect in C:wampwwwJPS Projektestptp2.php on line 58 37000 do you know what's wrong?
  14. hi everybody! can anyone help me with this? i have an MS Access database which have a lot of blanks with no values in the 'dams water levels'... so i'm wondering, whether i can show in my line graph that there is no reading on certain dates..eg: the line looks 'broken' for some period, then the line appears again when there's reading on that date. please help me if anyone knows how...i attached my codes for everyone to see and tell me what to do...thanks a lot in advance! mygraph.txt
  15. Discontinuous Data - how to do dynamically?

    Mick, I'm actually an undergrad student undergoing my practical in a software house..so it is my first time coding in php. My company is small and the programmer had quit recently, so I have to take over her job ENTIRELY! what am i to do, I'm just a practical student, and I do not have any clue about what they want me to do...lol on top of that they just pay me RM150...which is around $40-$50 a month! Soo... I will try and google it...hopefully there will be answers to my questions there...