Grafana candlestick display as vertical line when using postgresql datasource

43 views Asked by At

When I select datasource from postgresql datasource with the following sql, then candlestick viaualization display as vertical line instead of candlestick. Anyone knows why?

SELECT server_ts, open, high, low, close FROM data WHERE stock_name = 'xxxx' LIMIT 50

enter image description here

0

There are 0 answers