VisualizationSuggestions: More suggestions and refinements (#41480)

* VisualizationSuggestions: More suggestions

* more refinements

* Minor fixes
This commit is contained in:
Torkel Ödegaard
2021-11-11 14:10:23 +01:00
committed by GitHub
parent c712c31721
commit 6da6ef98be
7 changed files with 100 additions and 4 deletions

View File

@@ -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',
}