grafana/public/app/plugins/panel/candlestick
Ryan McKinley 09f03e92bf
FieldValues: Use simple array in panel visualizations (#66706)
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-04-17 14:46:29 -07:00
..
img Candlestick: new icon (#41819) 2021-11-17 19:30:07 +01:00
CandlestickPanel.tsx Chore: Avoid explicit React.FC<Props> when possible (round 2) (#64749) 2023-03-15 16:56:09 +02:00
fields.test.ts FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07:00
fields.ts FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07:00
models.gen.ts Various Panels: Add ability to toggle legend with keyboard shortcut (#52241) 2022-07-27 13:39:55 -06:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
panelcfg.cue Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
plugin.json Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557) 2022-11-29 14:26:05 +07:00
README.md MarketTrend: rename to candlestick panel (#41582) 2021-11-15 23:09:59 +01:00
suggestions.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.ts Candlestick: Maintain candle width at different display resolutions (#57709) 2022-10-27 17:36:59 -05: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/