grafana/public/app/plugins/panel/histogram
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 New Panel: Histogram (#33752) 2021-05-10 14:00:59 -05:00
config.ts Histogram: Add support for stacking mode (#84693) 2024-03-21 06:57:10 -05:00
Histogram.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
HistogramPanel.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
HistogramTooltip.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
migrations.test.ts Histogram: Add support for stacking mode (#84693) 2024-03-21 06:57:10 -05:00
migrations.ts Histogram: Add support for stacking mode (#84693) 2024-03-21 06:57:10 -05:00
module.tsx Tooltip: Add tooltip support to Histogram (#89196) 2024-06-14 11:23:25 -05:00
panelcfg.cue Histogram: Add support for stacking mode (#84693) 2024-03-21 06:57:10 -05:00
panelcfg.gen.ts Histogram: Add support for stacking mode (#84693) 2024-03-21 06:57:10 -05:00
plugin.json chore: update core plugin descriptions (#83449) 2024-02-29 13:14:12 +00:00
utils.ts DataFrame: Add explicit histogram frame type (panel & transforms) (#61195) 2023-01-10 17:42:45 -06:00