grafana/public/app/plugins/panel/candlestick
Kyle Cunningham 86b785d039
Time Series Panel: Add Null Filling and "No Value" Support (#50907)
* Use nullInsertThreshold and nullToValue in time series

* Allow for undefined timeRange to support certain candlestick uses of prepareGraphableFields

* Make sure null to value doesn't modify initial data

* Do a shallow values copy and avoid Array.push()

* Clean up null to value transformation.

* Add basic tests

* Remove redunant null threshold application flagging

* set nullThresholdApplied flag even when no null inserts were done

* Include nullThresholdApplied in test snapshot

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2022-06-17 14:38:59 -05:00
..
img Candlestick: new icon (#41819) 2021-11-17 19:30:07 +01:00
CandlestickPanel.tsx Time Series Panel: Add Null Filling and "No Value" Support (#50907) 2022-06-17 14:38:59 -05:00
fields.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
fields.ts Time Series Panel: Add Null Filling and "No Value" Support (#50907) 2022-06-17 14:38:59 -05:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts Candlestick: exclude unmapped fields by default (#42011) 2021-11-19 18:39:21 -06:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Candlestick: make candlestick a beta plugin (#41779) 2021-11-17 07:43:25 -08:00
README.md
suggestions.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00

Candlestick

The candlestick panel shows a chart that is typically used to describe price movements of a security, derivative, or currency.

This chart is included with Grafana.

Read more about it here:

https://grafana.com/docs/grafana/latest/visualizations/candlestick/