The gap exists because you are using a "datetime" type column, which is a
continuous data type. You can convert that to a "string" type column using
the "view" parameter of the ChartWrapper object:
view: {
columns: [{
type: 'string',
label: 'Timestamp',
sourceColumn: 0,
calc: 'stringify'
}, 1, 2, 3, 4, 5, 6]
}
On Friday, September 19, 2014 12:49:18 PM UTC-4, Diogo Zanardini wrote:
>
> Hallo All!
>
> I am creating a chart "in function of time" that shows data in a certain
> range.
> however they are not continuous.
> for example:
>
> DATE VALUE VALUE2 VALUE3
> 09/19/2014 13:00:00 5 7 14
> 09/19/2014 13:05:00 10 6 12
> 09/19/2014 13:10:00 12 8 16
>
> 09/20/2014 13:00:00 8 9 18
> 09/20/2014 13:05:00 3 3 6
> 09/20/2014 13:10:00 9 8 16
>
> so on ...
>
> but in the chart it shows the uninterrupted time occupying a useless area
> that shows the static data from one day to the next ...
> How can I eliminate this unnecessary range?
>
> this is the link for my chart:
>
> https://docs.google.com/spreadsheets/d/1HajuLH-lU7r4MELH4Ta7uGI0n-4hQvC7rz93Ftg5NbQ/pubchart?oid=278515254&format=interactive
>
> THANKS ALL
>
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.