ilgizar / ilgizar-candlestick-panel

Grafana candlestick panel plugin
MIT License
226 stars 54 forks source link

Display option to avoid null values #33

Open fabiobarboza7 opened 4 years ago

fabiobarboza7 commented 4 years ago
Captura de Tela 2020-07-13 às 09 53 28 Captura de Tela 2020-07-13 às 09 53 42

According to the pictures I need something like a display option to deny null values but I could not find it on that plugin.

Also I notified that when we have massive data the candles does not appear to be consistent.

ansumanm commented 4 years ago

Can you please let me know how you got it working? I am not getting any output. "No data points". If I change the panel to graph, i can see data. My query:

"q=SELECT first("ltp") AS "open", last("ltp") AS "close", max("ltp") AS "high", min("ltp") AS "low", difference(last("vtt")) AS "volume" FROM "ZFeedFull" WHERE ("symbol" =~ /^BANKNIFTY20JULFUT$/) AND time >= 1594957500000ms and time <= 1594979999000ms GROUP BY time(1m) fill(previous)"

Please help.

silin0816 commented 3 years ago

I also have this problem.