vote up 1 vote down star

I'm hoping to add events to some Google Flot charts, like those seen in Google Finance. After searching some, it looks like someone has started this and has posted a couple images at http://code.google.com/p/flot/wiki/FlotUsage. I can't find any Flot plugins that can do this.

Does anyone know of a Flot plugin or example so I can make sure not to re-invent any wheels?

flag

I don't understand, the link you posted is a plugin for jQuery, what plugin are you actually looking for? – Luca Matteis Feb 3 at 20:55
Flot is hosting on code.google.com, but this isn't something that is produced by Google. A more appropriate name might be "jQuery Flot". – Jon Tackabury Feb 3 at 21:11
Thanks, Jon. For some reason I had Google on the brain. :) – Eric Wendelin Feb 3 at 23:03

2 Answers

vote up 2 vote down check

The current release (0.5) can't do this, but if you pull the latest version from "trunk" it can. Just look for something called "markings" in the API doc: http://code.google.com/p/flot/source/browse/trunk/API.txt

I use the markings feature to draw a vertical line on a day when something happened. For example, you could draw vertical lines on the days you shipped a new piece of software on a chart that contains website traffic metrics.

link|flag
Aha! So I can use the markings property. Thank you! – Eric Wendelin Feb 3 at 23:07
I was just wondering how I could add markers for specific days in my chart. I had decided on simply ploting them as [date, chartmax] so it would plot a vertical line and I could tag it by using the legend. – Anthony Sep 12 at 7:01
vote up -1 vote down

Here are some examples I found, it's on the homepage of the link you posted:

http://people.iola.dk/olau/flot/examples/

link|flag
Yeah I searched the examples, but it looks like none of them reference this kind of functionality – Eric Wendelin Feb 3 at 23:01
the link provided does have an example with any 'markings' – emeraldjava Sep 18 at 18:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.