mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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 |
||
---|---|---|
.. | ||
__snapshots__ | ||
img | ||
BarChartPanel.tsx | ||
bars.ts | ||
config.ts | ||
distribute.ts | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
plugin.json | ||
quadtree.ts | ||
README.md | ||
suggestions.ts | ||
TickSpacingEditor.tsx | ||
types.ts | ||
utils.test.ts | ||
utils.ts |
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/