ilgizar / ilgizar-candlestick-panel

Grafana candlestick panel plugin
MIT License
225 stars 55 forks source link

Candles drawn where data is missing #19

Open yakneens opened 6 years ago

yakneens commented 6 years ago

When there is missing data the plugin draws funny looking candles like here - https://imgur.com/a/oBRxSnJ instead of just not drawing anything or drawing a simple straight line. The plugin should not create candles where data doesn't exist.

JamesGalt commented 6 years ago

use fill(null) in the query

yakneens commented 6 years ago

Thanks, that's the ticket.