mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 17:02:53 +08:00
VizLayout: Simple viz layout component for legend placement and scaling (#28820)
* Updates * Updated * Rename slot to legend * Updated * Adding js doc comments * hide horizontal track * Fix docs error * Added another export * removing auto mode * I hate these doc warnings
This commit is contained in:
@ -78,6 +78,7 @@ export { BarGauge, BarGaugeDisplayMode } from './BarGauge/BarGauge';
|
||||
export { GraphTooltipOptions } from './Graph/GraphTooltip/types';
|
||||
export { VizRepeater, VizRepeaterRenderValueProps } from './VizRepeater/VizRepeater';
|
||||
export { graphTimeFormat, graphTickFormatter } from './Graph/utils';
|
||||
export { VizLayout, VizLayoutComponentType, VizLayoutLegendProps, VizLayoutProps } from './VizLayout/VizLayout';
|
||||
|
||||
export {
|
||||
LegendOptions,
|
||||
|
Reference in New Issue
Block a user