grafana/public/app/plugins/panel/candlestick
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
..
img Candlestick: new icon (#41819) 2021-11-17 19:30:07 +01:00
CandlestickPanel.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
fields.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
fields.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 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 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 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/