grafana/public/app/plugins/panel/barchart
sam boyer 8876d56495
schema: Migrate from scuemata to thema (#49805)
* Remove crufty scuemata bits

Buhbye to: cue/ dir with old definitions, CI steps for checking unnecessary
things, and the original dashboard scuemata file.

* Remove grafana-cli cue subcommand

* Remove old testdata

* Don't swallow errors from codegen

* Small nits and tweaks to cuectx package

* WIP - refactor pluggen to use Thema

Also consolidate the embed.FS in the repo root.

* Finish halfway rename

* Convert all panel models.cue to thema

* Rewrite pluggen to use Thema

* Remove pkg/schema, and trim command

* Remove schemaloader service and usages

Will be replaced by coremodel-centric hydrate/dehydrate system Soon™.

* Remove schemaloader from wire

* Remove hangover field on histogram models.cue

* Fix lint errors, some vestiges of trim service

* Remove unused cuetsify cli command
2022-06-06 17:52:44 -07:00
..
__snapshots__ BarChart: fix hovered series highlight in tooltip (#44882) 2022-03-03 10:57:54 -06:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChartPanel.tsx chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
bars.ts Chore: uPlot 1.6.20 (#48596) 2022-05-03 05:22:14 -06:00
config.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
distribute.ts Barchart: move viz to core (#33947) 2021-05-11 20:57:52 +02:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts BarChart: show x tick picker (#43510) 2022-01-11 00:12:33 +01:00
module.tsx chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
plugin.json chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
quadtree.ts Hide Barchart Value Labels for Automatic Display When Overlapping (#44809) 2022-02-17 14:07:50 -06:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TickSpacingEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts BarChart: fix excessive re-renders during mousemove and panel resize (#45027) 2022-02-08 16:32:23 -06:00
utils.test.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

Bar chart

This panel visualization allows you to graph categorical data.

This Bar chart is included with Grafana.

Read more about it here:

https://grafana.com/docs/grafana/latest/visualizations/bar-chart/