marcusolsson / grafana-gantt-panel

A panel plugin for Grafana to visualize Gantt charts.
Apache License 2.0
26 stars 12 forks source link

Issue with datetime #65

Closed burhus closed 2 years ago

burhus commented 2 years ago

Hi there,

I'm trying out your plugin to present data using the GBQ connector but for some reason the data isn't showing as it's supposed to. I've tried different datatypes like Unix timestamps in milliseconds as it's specified, datetime, timestamp, timestamp and datetime both as strings but nothing seems to work.

image

The data in GBQ looks like this.

ID | start_time | end_time 1 | 2021-11-29 21:27:00 UTC | 2021-11-29 21:32:00 UTC

SOLVED IT the little T in the middle was missing 2021-11-29T21:27:00

/B