Timeline graph - how to handle "time gaps"?
Posted
by ebae
on Stack Overflow
See other posts from Stack Overflow
or by ebae
Published on 2010-03-18T12:58:13Z
Indexed on
2010/03/18
13:01 UTC
Read the original article
Hit count: 391
I've been working with Google chart API and annotated timeline. Drawing graphs is fine. I have no problem.
However, I need to draw a timeline graph for share prices. And as you may know, share prices are meaningful only between certain times (e.g. from 10AM to 4PM, when the market opens and closes).
How do I change the Google timeline graph so that on X-Axis, the range is from 10AM-4PM? Right now, it just draws a long constant line between 4PM till 10AM next day before prices start to move again.
Man, I hope that makes sens. (Google finance chart seems to do it).
Thank you SO much for whoever can answer. You are a CHAMPION!
© Stack Overflow or respective owner