PHP Chart/Graph - Help needed please!

Discussion in 'PHP' started by livehybrid, May 11, 2012.

  1. #1
    Hi,
    I need to reproduce graphs like this:
    [​IMG]
    I need to do this dynamically and output as an image for storage.
    Does anyone know what sort of graph this is? I have looked at a few PHP graph APIs and cannot seem to find a graph like this?
    Is the only way going to to manually plot using GD?
    Any help appreciated, thanks!

    Will
     
    livehybrid, May 11, 2012 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    I would say that is something that you will need to do manually.

    The above scenario is more like a best case scenario, you will need to add accurate translations of the coordinates in the event that no two scores are alike. This sounds like a fun math problem.
     
    ThePHPMaster, May 11, 2012 IP