diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/chart.js b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/chart.js index 978fc8ec84..60dd4f2387 100644 --- a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/chart.js +++ b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/chart.js @@ -23,7 +23,10 @@ export default () => [ { value: '2M', label: '2M' }, { value: '4M', label: '4M' }, { value: '6M', label: '6M' }, - { value: 'Y', label: 'Y' } + { value: 'Y', label: 'Y' }, + { value: '3Y', label: '3Y' }, + { value: '5Y', label: '5Y' }, + { value: '10Y', label: '10Y' } ]).v((value, configuration, configDescription, parameters) => { return !configuration.chartType }) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-chart-component.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-chart-component.vue index fbf7aeb65a..31bb6df681 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-chart-component.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-chart-component.vue @@ -15,7 +15,7 @@ -