I was able to figure it out. It was an issue with converting from a 12 hours am/pm sql datetime to the one javascript uses which is a 24 hour(0-23) and in a completely different format. The problems were occurring during the 12pm times because I was accounting for everything else except that the 12 pm was actually 11 and not 12 so it was getting the wrong value. It just took quite a bit of tinkering around to get it resolved and me having to check against each value being passed to the javascript.
On Wed, Jun 23, 2010 at 11:30 AM, Jinji <[email protected]> wrote: > I'm sorry, but I'm unable to understand the problem. Can you send us some > simple example page, or a link to such simple example page? > > On Tue, Jun 22, 2010 at 7:56 PM, nlraley <[email protected]> wrote: > >> I have the seconds figured out; however, I am still receiving a >> similar behavior. >> >> Here is an example >> Status: 0 DateA >> Status: 1 DateB >> >> I have my array and here is what I am inserting: >> DateA Status0 >> DateB Status0 >> DateB Status1 >> >> I am inserting a status 0 at DateB before inserting the Status 1, but >> it appears as if the chart is blatantly ignoring the first 0 I enter. >> Any ideas? >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-visualization-api%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
