Producing a dashboard with charts generated by Graphite using its render API I kinda liked the results:
But then I thought, I wonder if I could produce the same dashboard from the raw data, using jquery flot?. And the answer is, of course:
Which do you prefer? I kinda like the flot version better. As a developer, I have finer control over the look of the chart. This means, for one thing, the fonts are nicer. Also, I can move the title around, style things differently. And I can make the chart interactive, too. Using graphite involves significantly less labor, though. Less custom code.