I will look into it .
In the meantime, do you mind sharing the configuration of your chart? You can share the data with me in a private message if the data is sensitive.
Oh sorry I was not explicit enough . I meant in your browser, can you look at the network tabs and click on this call and send the response payload please
Okey what is weird is the response is actually the response for a Value chart . Could you please try to do all type of charts and let me know if it’s only Line/Time chart that doesn’t work ?
ActiveRecord::StatementInvalid : PG::GroupingError: ERROR: column “comments.created_at” must appear in the GROUP BY clause or be used in an aggregate function LINE 1: …tz AT TIME ZONE ‘Europe/Istanbul’)::date ORDER BY “comments”… ^
Not linked to your version of Postgres at least but the generated query is badly formatted, the ORDER BY should be date_trunc_day_comments_created_at_timestamptz_at_time_zone_eur. Let me check if that could be linked to the pg driver