grafana-gantt-panel icon indicating copy to clipboard operation
grafana-gantt-panel copied to clipboard

Unexpected Error when opening Overrides tab

Open gerardoemr opened this issue 3 years ago • 2 comments

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: Screenshot from 2021-10-26 12-57-07

When I try to add overrides, the panel crashes (with experiments toggled on or off) Screenshot from 2021-10-26 12-58-25

I am using Grafana v7.3.1

gerardoemr avatar Oct 26 '21 17:10 gerardoemr

Same issue on MSSQL

UncleGollum avatar Nov 17 '21 14:11 UncleGollum

The panel should convert from number and string fields as well. Could you share the data frame structure from the Query inspector?

Screenshot 2021-11-19 at 14 08 09@2x

What override are you adding to make it crash?

marcusolsson avatar Nov 19 '21 13:11 marcusolsson