Author Topic: question about gd  (Read 363 times)

gamerz300

  • Hero Member
  • *****
  • Posts: 1568
  • fu** this sh*t...
    • View Profile
question about gd
« on: August 29, 2011, 03:22:24 PM »
ok i want to do line graphs a couple of questions:

  • updating them is resource intensive correct?
  • any good (free) examples for multiple lines on one graph?
  • If none for above does jd make the back ground transparent so i can use multi graphs on top of each other?
  • Is there a cheat way of doing it via html?



If you register use gamerz300 as Referrer :P





Confuser

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
Re: question about gd
« Reply #1 on: August 29, 2011, 04:33:32 PM »
1. Depends on how much and what is being drawn
2. Google?
3. You can set the background to transparent if you wish
4. HTML5 Canvas/JS ;)

Pinako

  • Hero Member
  • *****
  • Posts: 1263
    • View Profile
    • inportb
Re: question about gd
« Reply #2 on: August 29, 2011, 04:47:07 PM »
re: point 4, try gRaphaël

Brad

  • Lurker
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1512
    • View Profile
    • Brads Blawg
Re: question about gd
« Reply #3 on: August 30, 2011, 07:29:23 AM »
gRaphael is no good if the user does not have JS though amirite? GD will cover both bases.
Regards, Brad

Masturbation. Taking matters into your own hands.

I er, finally have a website

gamerz300

  • Hero Member
  • *****
  • Posts: 1568
  • fu** this sh*t...
    • View Profile
Re: question about gd
« Reply #4 on: August 30, 2011, 07:55:30 AM »
wont work anyhow i want it saved onto the server as a image if it would rape the server based on the numbers below


1. 3000+ for week month 30 day and year and a 7 day which may but prob not update daily on all
2. 90% of the results were commercial...
3. cool
4. the prob with html 5 is it does not work on old stuff like ie 6.5 and psps lol but i guess that wont matter cuz...

i will be saving the charts on to the server.


If you register use gamerz300 as Referrer :P





Ameer

  • Jr. Member
  • **
  • Posts: 83
    • View Profile
    • Ameer Dawood
Re: question about gd
« Reply #5 on: August 30, 2011, 06:39:17 PM »
Why not use Google Charts API?
Follow the standards, not IE.
- I have decided that I would no longer be developing for "any" of the browsers. I would rather follow the standards and live happily ever after.

Pinako

  • Hero Member
  • *****
  • Posts: 1263
    • View Profile
    • inportb
Re: question about gd
« Reply #6 on: August 30, 2011, 07:13:06 PM »
Hm? If it's client-side Javascript, it would not "rape" the server at all.

gamerz300

  • Hero Member
  • *****
  • Posts: 1568
  • fu** this sh*t...
    • View Profile
Re: question about gd
« Reply #7 on: August 31, 2011, 11:29:07 AM »
PSP:

true but if the dont have js on its useless however i could do a html table if its disabled hmmm i think i'll try that
Why not use Google Charts API?
because of 3 reasons 1, i never knew 2, i think google has enough evil in this world and 3, i think google throws images on them...


XP:

ummm i have one little issue js is great however some items have k and m in the numbers how could i remove this and add the appropriate 0's?


If you register use gamerz300 as Referrer :P





gamerz300

  • Hero Member
  • *****
  • Posts: 1568
  • fu** this sh*t...
    • View Profile
Re: question about gd
« Reply #8 on: September 02, 2011, 02:12:42 PM »
ok i got k m fixed... however i'd like to (pinakos link) add it back to the arrow with etra info. im using the anylics one.

its js and if the if statements are like phps it should work

any links on simple ifs? all i need is >= / =< afaik also id like to add ',' to numers under 10000 i know there is a script i'll try it first

alt which might be easier is to include a predone via php by adding a extra grab area.

ideas or opinions



Edit:

I somehow got it to work lol... idk how but i did >.< 300 lines and 5 hours later...
« Last Edit: September 04, 2011, 11:04:32 AM by gamerz300 »


If you register use gamerz300 as Referrer :P