graphite chart type

Asked by Bill Schwanitz

I am collecting some data from a gps device and I'd like to generate a special type of graph

http://en.wikipedia.org/wiki/Dilution_of_precision_(GPS)

This is the data type I'm wanting to chart. I have the following dop values:

    xdop
    ydop
    vdop
    tdop
    hdop
    gdop
    pdop

The chart generated by gpsprof is helpful but I was hoping to generate a chart based off of the collected data I'm storing vs using their tool.

The data is flowing in just fine and the values all make sense, I'm curious if I can generate charts other than line/area...

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Jeff Blaine
Solved:
Last query:
Last reply:
Revision history for this message
Best Jeff Blaine (jblaine-kickflop) said :
#1

No. Graphite's web UI can only generate line/area type graphs. You should request the data you want from the Graphite URL API in raw or JSON format and use it in an appropriate graphing tool for your needs.

Revision history for this message
Bill Schwanitz (bilsch) said :
#2

Thanks Jeff Blaine, that solved my question.