I am trying to create a timeline chart in which multiple blocks are on the same line, butted against each.
However it is splitting them apart although it is keeping them in the same grouping row. The strange thing is when I change the date format it results in them lining up as I want them to. I've a fiddle here in which you can see both cases https://jsfiddle.net/bj46bxL9/ The problem is the date format that works is 'new Date(yyyy, mm, dd) ' which uses zero based months and my data isn't zero based so the date format I'm using new Date('yyyy-mm-dd') displays the correct date but seems to cause the blocks to not line up. Does anyone know why they are splitting and how can I stop it from happening. Thanks -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/e4b35b6d-c394-49eb-ab38-9c861b495245%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
