grafana/public/app/plugins/panel/candlestick
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
img Candlestick: new icon (#41819) 2021-11-17 19:30:07 +01:00
CandlestickPanel.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
fields.test.ts Candlestick: Migrate to schema (#62113) 2023-06-20 07:18:40 +03:00
fields.ts Candlestick: Migrate to schema (#62113) 2023-06-20 07:18:40 +03:00
module.tsx VizTooltips: Remove remaining old bits (#85500) 2024-04-02 19:32:01 -05:00
panelcfg.cue VizTooltip: Add sizing options (#80306) 2024-01-17 16:49:09 -06:00
panelcfg.gen.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
plugin.json chore: update core plugin descriptions (#83449) 2024-02-29 13:14:12 +00:00
README.md MarketTrend: rename to candlestick panel (#41582) 2021-11-15 23:09:59 +01:00
suggestions.ts Candlestick: Migrate to schema (#62113) 2023-06-20 07:18:40 +03:00
types.ts Candlestick: Add tooltip options (#81307) 2024-01-26 18:02:44 +02:00
utils.ts Chore: Improve typings 🧹 (#74599) 2023-09-13 09:17:07 +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/