Forums

Line Graph (5 posts)

  1. Dayton Cheatham
    Member
    Posted 2 weeks ago #

    How do you make a line graph using WordPress?

  2. adiant
    Member
    Posted 2 weeks ago #

    I don't believe that WordPress has any line graph capabilities of its own. But php does, so you could code your own.

    There is an example on this page:
    http://php.net/manual/en/ref.image.php

    I found it using this Google query:
    site:php.net "line graph"
    so you can try that if the example doesn't do the job for you.

  3. Dayton Cheatham
    Member
    Posted 2 weeks ago #

    I'm not sure how that works. Are there more remedial instructions on how to do this somewhere? I should note that I am not the owner of the blog.

  4. adiant
    Member
    Posted 2 weeks ago #

    Creating your own php code and getting WordPress to execute it and display the results where you want them on your WordPress site goes under the heading of Advanced Techniques in most circumstances. If you want to add php code to a WordPress Page or Post, you must first install a Plug-in. Or make your own changes to (php code in) the Template file that generates a Page or Post. A plug-in is a modification to WordPress that is not written by the WordPress development team; plug-ins are described here: http://codex.wordpress.org/Plugins Templates are described here: http://codex.wordpress.org/Using_Themes

    You can also directly add php code to a Template. And can even have a custom Template file just for one Page as described in the Page Templates section of http://codex.wordpress.org/Pages#Page_Templates

  5. RVoodoo
    Member
    Posted 2 weeks ago #

    http://wordpress.org/extend/plugins/simple-graph/

    is a plugin that does simple line graphs....Just a note, it is quite out of date....I haven't seen a newer one. I know it works on my wife's blog....

Reply

You must log in to post.

About this Topic

Tags