mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 15:16:21 +08:00
PieChart: Improve piechart legend and options (#31446)
* Add percent of total to piechart legend * Remove defaults * Add label selector * Fix multiselect option ui * Add percent of total to piechart legend * Add label selector * add multiselect options ui * change how pie chart labels are displayed * Fixed right aligned values in legend * added titles to display values so they show in table mode * Move legend display value options to below other options * Add addMultiSelect method to ui builder * Use addMultiSelect on builder * Use multiselect for the legend columns and update the panel test dashboard * Remove explicit typing on addMultiselect and remove non existing properties from piechart story * Add release tag Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
@ -17,7 +17,7 @@ export { LoadingPlaceholder, LoadingPlaceholderProps } from './LoadingPlaceholde
|
||||
export { ColorPicker, SeriesColorPicker } from './ColorPicker/ColorPicker';
|
||||
export { SeriesColorPickerPopover, SeriesColorPickerPopoverWithTheme } from './ColorPicker/SeriesColorPickerPopover';
|
||||
export { EmptySearchResult } from './EmptySearchResult/EmptySearchResult';
|
||||
export { PieChart, PieChartType, PieChartLabelOptions } from './PieChart/PieChart';
|
||||
export { PieChart, PieChartType, PieChartLabels, PieChartLegendOptions } from './PieChart/PieChart';
|
||||
export { UnitPicker } from './UnitPicker/UnitPicker';
|
||||
export { StatsPicker } from './StatsPicker/StatsPicker';
|
||||
export { RefreshPicker, defaultIntervals } from './RefreshPicker/RefreshPicker';
|
||||
|
Reference in New Issue
Block a user