mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
VisualizationSuggestions: More suggestions and refinements (#41480)
* VisualizationSuggestions: More suggestions * more refinements * Minor fixes
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
export enum SuggestionName {
|
||||
LineChart = 'Line chart',
|
||||
LineChartSmooth = 'Line chart smooth',
|
||||
LineChartGradientColorScheme = 'Line chart with gradient color scheme',
|
||||
AreaChart = 'Area chart',
|
||||
AreaChartStacked = 'Area chart stacked',
|
||||
AreaChartStackedPercent = 'Area chart 100% stacked',
|
||||
BarChart = 'Bar chart',
|
||||
BarChartGradientColorScheme = 'Bar chart with gradient color scheme',
|
||||
BarChartStacked = 'Bar chart stacked',
|
||||
BarChartStackedPercent = 'Bar chart 100% stacked',
|
||||
BarChartHorizontal = 'Bar chart horizontal',
|
||||
@@ -19,7 +21,8 @@ export enum SuggestionName {
|
||||
BarGaugeBasic = 'Bar gauge basic',
|
||||
BarGaugeLCD = 'Bar gauge LCD',
|
||||
Table = 'Table',
|
||||
StateTimeline = 'StateTimeline',
|
||||
StateTimeline = 'State timeline',
|
||||
StatusHistory = 'Status history',
|
||||
TextPanel = 'Text panel',
|
||||
DashboardList = 'Dashboard list',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user