grafana/public/app/plugins/panel/candlestick
2022-04-19 23:20:09 -05:00
..
img Candlestick: new icon (#41819) 2021-11-17 19:30:07 +01:00
CandlestickPanel.tsx Timeseries: add zoom to data button (#47862) 2022-04-19 17:24:54 -07:00
fields.test.ts Candlestick: Fixes typescript issue in tests (#42274) 2021-11-25 10:07:25 +01:00
fields.ts TimeSeries: always try to detect & fix reverse-sorted time field (#47906) 2022-04-19 23:20:09 -05:00
models.cue MarketTrend: rename to candlestick panel (#41582) 2021-11-15 23:09:59 +01:00
models.gen.ts Candlestick: exclude unmapped fields by default (#42011) 2021-11-19 18:39:21 -06:00
module.tsx PanelEditor: Present actionable suggestions when panel cannot visualize current data (#42083) 2021-11-25 09:41:03 +01:00
plugin.json Candlestick: make candlestick a beta plugin (#41779) 2021-11-17 07:43:25 -08:00
README.md MarketTrend: rename to candlestick panel (#41582) 2021-11-15 23:09:59 +01:00
suggestions.ts VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data (#42074) 2021-11-25 10:52:01 +01:00
utils.ts MarketTrend: rename to candlestick panel (#41582) 2021-11-15 23:09:59 +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/