grafana-gantt-panel
grafana-gantt-panel copied to clipboard
Unexpected Error when opening Overrides tab
I'm trying to use the plugin with a PostgreSQL table.
The table has this structure:
execution_schedule(
project_id text,
start_time timesamp,
end_time timestamp
I tried formatting the columns start_time, end_time to Unix timestamps and to ISO 8601 strings but the plugin does not detect the colums:

When I try to add overrides, the panel crashes (with experiments toggled on or off)

I am using Grafana v7.3.1
Same issue on MSSQL
The panel should convert from number and string fields as well. Could you share the data frame structure from the Query inspector?
What override are you adding to make it crash?