How about a fiddle to see it?

On Friday, 17 April 2020 00:35:58 UTC+10, mariotheguy123 wrote:
>
> Hello I would like to create a Timeline chart where the data is in 
> nanoseconds. When the chart is created it converts these values into dates 
> instead of leaving them as they are. I have tried setting format to decimal 
> and scientific but none of this worked. Any ideas?  My data looks like this:
> [
> [
> { type: 'string', id: 'Resolver/Query' },
> { type: 'number', id: 'Start' },
> { type: 'number', id: 'End' },
> ],
> ['Query', 0, 291258],
> ['posts', 0, 28870],
> ['title', 28870, 42922],
> ['user', 42922, 52375],
> ['id', 52375, 60806],
> ['firstName', 60806, 68982],
> ['lastName', 68982, 76392],
> ['title', 76392, 90444],
> ['user', 90444, 98876],
> ['id', 98876, 105518],
> ['firstName', 105518, 113438],
> ['lastName', 113438, 119059],
> ] 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/e28f3140-0866-4f11-bf3e-35aa6dfb5bcb%40googlegroups.com.

Reply via email to