I believe the issue is that your values are much too close together, so you
don't see the 'squareness' of them, you just see them as spikes. It looks
like your data spans multiple days, but each 'square' is just under a
minute long. If you think about the scale of things, it makes absolute
sense that you wouldn't be able to see them as 'squares'.

On Mon, Apr 13, 2015 at 3:59 AM mariummalik22 <[email protected]>
wrote:

> My JSON Data is:
>
> { "cols": [{"id":"","label":"Start Time and Shut
> Down","pattern":"","type":"datetime"},{"id":"","label":"Start Time and Shut
> down Time","pattern":"","type":"number"} ], "rows": [ {"c":[
> {"v":"Date(2015,2,6,18,46,00)","f": "18:46:00" }, {"v": 0 ,"f": null}]},
> {"c":[ {"v":"Date(2015,2,6,18,46,00)","f": "18:46:00" }, {"v": 1 ,"f":
> null}]}, {"c":[ {"v":"Date(2015,2,6,18,46,56)","f": "18:46:56" }, {"v": 1
> ,"f": null}]}, {"c":[ {"v":"Date(2015,2,6,18,46,56)","f": "18:46:56" },
> {"v": 0 ,"f": null}]}, {"c":[ {"v":"Date(2015,2,6,18,46,56)","f":
> "18:46:56" }, {"v": 0 ,"f": null}]}, {"c":[
> {"v":"Date(2015,2,8,18,52,00)","f": "18:52:00" }, {"v": 0 ,"f": null}]},
> {"c":[ {"v":"Date(2015,2,8,18,52,00)","f": "18:52:00" }, {"v": 1 ,"f":
> null}]}, {"c":[ {"v":"Date(2015,2,8,18,52,38)","f": "18:52:38" }, {"v": 1
> ,"f": null}]}, {"c":[ {"v":"Date(2015,2,8,18,52,38)","f": "18:52:38" },
> {"v": 0 ,"f": null}]}, {"c":[ {"v":"Date(2015,2,8,18,52,38)","f":
> "18:52:38" }, {"v": 0 ,"f": null}]}, {"c":[
> {"v":"Date(2015,2,10,18,53,00)","f": "18:53:00" }, {"v": 0 ,"f": null}]},
> {"c":[ {"v":"Date(2015,2,10,18,53,00)","f": "18:53:00" }, {"v": 1 ,"f":
> null}]}, {"c":[ {"v":"Date(2015,2,10,18,54,40)","f": "18:54:40" }, {"v": 1
> ,"f": null}]}, {"c":[ {"v":"Date(2015,2,10,18,54,40)","f": "18:54:40" },
> {"v": 0 ,"f": null}]}, {"c":[ {"v":"Date(2015,2,10,18,54,40)","f":
> "18:54:40" }, {"v": 0 ,"f": null}]}, {"c":[ {"v":
> "Date(2015,2,15,19,06,00)","f": "19:06:00" }, {"v": 0 ,"f": null}]}, {"c":[
> {"v": "Date(2015,2,15,19,06,00)","f": "19:06:00" }, {"v": 1 ,"f": null}]},
> {"c":[ {"v": "Date(2015,2,15,19,06,28)","f": "19:06:28" }, {"v": 1 ,"f":
> null}]}, {"c":[ {"v": "Date(2015,2,15,19,06,28)","f": "19:06:28" }, {"v": 0
> ,"f": null}]}, {"c":[ {"v": "Date(2015,2,15,19,06,28)","f": "19:06:28" },
> {"v": 0 ,"f": null}]} ] }
>
> I plotting a graph with just time, that is 1.png, Now I want datetime data
> type but want it to be plotted as these square, but, when I am plotting
> it by using datetime data type, I am getting graph 2.png. All the time
> values are joined. I want time to be displayed with spaces so that My graph
> is not joined like this. Is there any solution to it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.
  • Re: [visualization-api] N... 'Sergey Grabkovsky' via Google Visualization API

Reply via email to